/v1/search
Universal on-chain search
Essayez-le en direct
10 appels gratuits par jour — sans inscription, sans clé API. Passe par la passerelle oanor.
Ça marche. Récupérez une clé API et utilisez-la dans votre projet.
Obtenez une clé APIExtraits de code
curl "https://api.oanor.com/xai-api/v1/search" \ -H "x-oanor-key: oanor_test_..."
await fetch("https://api.oanor.com/xai-api/v1/search", {
headers: { "x-oanor-key": "oanor_test_..." }
});
$ch = curl_init("https://api.oanor.com/xai-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/xai-api/v1/search",
headers={"x-oanor-key": "oanor_test_..."}
)
Exemple de réponse
Une réponse réelle de ce endpoint, capturée lors du dernier contrôle de santé.
{
"data": {
"count": 34,
"query": "USD",
"results": [
{
"name": "UNIGOX USDT",
"type": "token",
"symbol": "USDT.u",
"address": "0xf86Cc81F4E480CF54Eb013FFe6929a0C2Ad5EdCA"
},
{
"name": "UNIGOX USDC",
"type": "token",
"symbol": "USDC.u",
"address": "0x37BF70ee0dC89a408De31B79cCCC3152F0C8AF43"
},
{
"name": "UNIGOX USDC",
"type": "token",
"symbol": "USDC.u",
"address": "0xE2F4a7f56105a43DA1A5D75E55ba0D3397ad4B57"
},
{
"name": "USD Coin",
"type": "token",
"symbol": "USDC",
"address": "0x1E3769Bd5fB2e9e9e7D4ED8667c947661F9A82E3"
},
{
"name": "USD Coin (Arb1)",
"type": "token",
"symbol": "USDC",
"address": "0x300a7B57DC85b6A9776E249614aBf0FE5c9905Fb"
},
{
"name": "Tether USD",
"type": "token",
"symbol": "USDT",
"address": "0xB2C565cd7e807e6A1C38bFE32D8FAb9c96ffCeCa"
},
{
"name": "UNIGOX USDC",
"type": "token",
"symbol": "USDC.u",
"address": "0x8Ddc1bc03f43F1dD1d6835C2A27190030d21598f"
},
{
"name": "UNIGOX USDT",
"type": "token",
"symbol": "USDT.u",
"address": "0xB5807cC20845a25F722E9720433ecf4F2768A31c"
},
{
"name": "UNIGOX USDC",
"type": "token",
"symbol": "USDC.u",
"address": "0x9f2B0f2E5FC40F9eFf21246Cd35dff5039A36836"
},
{
"name": "UNIGOX USDC",
"type": "token",
"symbol": "USDC.u",
"address": "0x42d163F4fdc83b99a1C8b24D79570ea129F6B9c8"
},
{
"name": "Tether USD",
"type": "token",
"symbol": "USDT",
"address": "0xAB80Ecdca4B78CA42cd6273A7B0144ac57759E65"
},
{
"name": "UNIGOX USDC",
"type": "token",
"symbol": "USDC.u",
"address": "0x9CaC37B44D015Ec375Cf986516956083CC7089FC"
},
{
"name": "Bridged USDC (Sonic Labs)",
"type": "token",
"symbol": "USDC.e",
"address": "0x60A6d7617c3bb3C8Debb68C8cD7cc63b96954d34"
},
{
"name": "Bridged USDC (VIA Labs)",
"type": "token",
"symbol": "USDC.arb",
"address": "0x8712796136Ac8e0EEeC123251ef937
…