/v1/search
Universal search
Live testen
10 freie Calls pro Tag — keine Anmeldung, kein API-Key. Geht durchs oanor-Gateway.
Funktioniert. Hol dir einen API-Key und nutze sie in deinem Projekt.
API-Key holenCode-Snippets
curl "https://api.oanor.com/flare-api/v1/search" \ -H "x-oanor-key: oanor_test_..."
await fetch("https://api.oanor.com/flare-api/v1/search", {
headers: { "x-oanor-key": "oanor_test_..." }
});
$ch = curl_init("https://api.oanor.com/flare-api/v1/search");
curl_setopt($ch, CURLOPT_HTTPHEADER, ["x-oanor-key: oanor_test_..."]);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
$out = curl_exec($ch);
import requests
requests.get(
"https://api.oanor.com/flare-api/v1/search",
headers={"x-oanor-key": "oanor_test_..."}
)
Beispiel-Response
Echte Antwort dieses Endpoints, erfasst beim letzten Health-Check.
{
"data": {
"count": 50,
"query": "flare",
"results": [
{
"name": "Wrapped Flare",
"type": "token",
"symbol": "WFLR",
"address": "0x1D80c49BbBCd1C0911346656B529DF9E5c2F783d"
},
{
"name": "Reward Flare",
"type": "token",
"symbol": "rFLR",
"address": "0x26d460c3Cf931Fb2014FA436a49e3Af08619810e"
},
{
"name": "FlareFox",
"type": "token",
"symbol": "FLX",
"address": "0x22757fb83836e3F9F0F353126cACD3B1Dc82a387"
},
{
"name": "Flared.org • Flare Dollar",
"type": "token",
"symbol": "USDF",
"address": "0x6760F01560b6a8391282cE528e3Fe4Dac27785Db"
},
{
"name": "Flare Adopter Badge NFT",
"type": "token",
"symbol": "FLRNFT",
"address": "0x273fF3E4037222adbB4869f1D0D8B2c8FC5238Eb"
},
{
"name": "FlareFrog",
"type": "token",
"symbol": "FLRFROG",
"address": "0x19cf770bBB7b71977b860E7FD8d32FA2513A743C"
},
{
"name": "Flare Adopter Badge NFT",
"type": "token",
"symbol": "FLRNFT",
"address": "0xf8fBB821C219E9D17e362548161A25609Df2521E"
},
{
"name": "FLARE SECURITY WARNING",
"type": "token",
"symbol": "WARNING",
"address": "0x4f02EbDf694B7A8e88A9C9fb53F665fF18515117"
},
{
"name": "FLARE SECURITY WARNING",
"type": "token",
"symbol": "WARNING",
"address": "0x32Cf2ADD68d5b404dc057D41f930bdf6eeaf3466"
},
{
"name": "FLARE SECURITY WARNING",
"type": "token",
"symbol": "WARNING",
"address": "0x9b693a61bf888C65263DD8Be31aC83fa637aeD64"
},
{
"name": "FLARE SECURITY WARNING",
"type": "token",
"symbol": "WARNING",
"address": "0x6e2B17dA7a85c78e96bda49F8F3d3d2D97B76f69"
},
{
"name": "FLARE SECURITY WARNING",
"type": "token",
"symbol": "WARNING",
"address": "0x0924e79A6658ca2487019348904f63E5B8550380"
},
{
"name": "FLARE SECURITY WARNING",
"type": "token",
"symbol": "WARNING",
"address": "0xd3d6Fed442d2e6b959c0309e302749B256D1aFBB"
},
{
"name": "FLARE SECURITY WARNING",
"type": "token",
…