/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/reya-api/v1/search" \ -H "x-oanor-key: oanor_test_..."
await fetch("https://api.oanor.com/reya-api/v1/search", {
headers: { "x-oanor-key": "oanor_test_..." }
});
$ch = curl_init("https://api.oanor.com/reya-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/reya-api/v1/search",
headers={"x-oanor-key": "oanor_test_..."}
)
Beispiel-Response
Echte Antwort dieses Endpoints, erfasst beim letzten Health-Check.
{
"data": {
"count": 20,
"query": "REYA",
"results": [
{
"name": "Reya Account NFT",
"type": "token",
"symbol": "REYA",
"address": "0x0354e71e0444d08e0Ce5E49EB91531A1Cac61144"
},
{
"name": "Reya OG SBT",
"type": "token",
"symbol": "REYAOG",
"address": "0x14D7c1eFC024E118DF70B241afbD2447d37f1ed6"
},
{
"name": "Reya USD",
"type": "token",
"symbol": "RUSD",
"address": "0xa9F32a851B1800742e47725DA54a09A7Ef2556A3"
},
{
"name": "ReyaCat",
"type": "token",
"symbol": "CAT",
"address": "0x2D1f58bA8ffd9f26e5717d7a76db3D6E068b5D34"
},
{
"name": "ReyaCat",
"type": "token",
"symbol": "CAT",
"address": "0x1bbF1f0A51B0d2ff6650f16A673E9bE98A22c6Bb"
},
{
"name": "Reya Amber LM",
"type": "token",
"symbol": "rAmber",
"address": "0x63FC3F743eE2e70e670864079978a1deB9c18b76"
},
{
"name": "Reya Exchange Pass",
"type": "token",
"symbol": "ReyaEPass",
"address": "0x76e3f2667aC55d502e26e59C5A6B46e7079217c7"
},
{
"name": "Refractions of Reya",
"type": "token",
"symbol": "RR",
"address": "0xFC79f0EaC5bEcf21fDcf037bAdb977b2b43DE497"
},
{
"name": "Reya",
"type": "token",
"symbol": "REYA",
"address": "0xCC8e02d7112dDaa66A63B89d73E4eDa65722B111"
},
{
"name": "Reya Account NFT",
"type": "token",
"symbol": "REYA",
"address": "0x71089069a40b56b020fAe6200162C4a77245c1A4"
},
{
"name": "Reya Selini LM",
"type": "token",
"symbol": "rSelini",
"address": "0xb6A307Bb281BcA13d69792eAF5Db7c2BBe6De248"
},
{
"name": "Reya Exchange Pass",
"type": "token",
"symbol": "ReyaEPass",
"address": "0x5dEE86a5174ca6116dF783610e5fd97a70103EDA"
},
{
"name": "Reya Hedge LM",
"type": "token",
"symbol": "rHedge",
"address": "0x3ee6f82498d4e40DB33bac3adDABd8b41eCa1c9c"
},
{
"name": "Reya Pet",
"type": "token",
"symbol": "RP",
"address": "0x2907aD6D787Df0eAA53b6C1C8dd6948475234C3f"
…