/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/soneium-api/v1/search" \ -H "x-oanor-key: oanor_test_..."
await fetch("https://api.oanor.com/soneium-api/v1/search", {
headers: { "x-oanor-key": "oanor_test_..." }
});
$ch = curl_init("https://api.oanor.com/soneium-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/soneium-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": 50,
"query": "USDC",
"results": [
{
"name": "Soneium Bridged USDC (Soneium)",
"type": "token",
"symbol": "USDC.E",
"address": "0xbA9986D2381edf1DA03B0B9c1f8b00dc4AacC369"
},
{
"name": "UB-USDC",
"type": "token",
"symbol": "UB-USDC",
"address": "0xc675BB95D73CA7db2C09c3dC04dAaA7944CCBA41"
},
{
"name": "USDC-LP",
"type": "token",
"symbol": "S*USDC",
"address": "0x5B091Dc6f94B5E2B54EDaB3800759Abf0Ed7D26D"
},
{
"name": "Sake Soneium Variable Debt USDC.e",
"type": "token",
"symbol": "variableDebtSoneiumUSDC.e",
"address": "0xe0c2e7DDA57ae7caf8D61D5B5f3395a0928cc331"
},
{
"name": "Sake Soneium USDC.e",
"type": "token",
"symbol": "aUSDC.e",
"address": "0x4491B60c8fdD668FcC2C4dcADf9012b3fA71a726"
},
{
"name": "Aave Soneium USDCe",
"type": "token",
"symbol": "aSoneUSDCe",
"address": "0xb2C9E934A55B58D20496A5019F8722a96d8A44d8"
},
{
"name": "Kyo V2 LP: Wrapped Ether + Bridged USDC (Soneium)",
"type": "token",
"symbol": "KYO-V2-LP-WETH/USDC.e",
"address": "0x7A45aB555aFF1f658e4E24EA91EE90B13717F2f6"
},
{
"name": "Re7 USDC",
"type": "token",
"symbol": "Re7USDC",
"address": "0xEcDBE2AF33E68cf96F6716f706B078fa94e978cb"
},
{
"name": "UntitledBank USDC",
"type": "token",
"symbol": "UB-USDC",
"address": "0x13baEbF2c4138299f082830408706b0586615a62"
},
{
"name": "Aave Soneium Variable Debt USDCe",
"type": "token",
"symbol": "variableDebtSoneUSDCe",
"address": "0xccE2594ea5bC482DB9b4826Ce25d0764fE56BfD8"
},
{
"name": "MellowVelodromeStrategy:WETH-USDC.e-100",
"type": "token",
"symbol": "MVS:WETH-USDC.e-100",
"address": "0xcd975e6a5F55137755487F0918b8ca74aCCe7925"
},
{
"name": "Ionic USDC",
"type": "token",
"symbol": "ionUSDC",
"address": "0x83c1b24589bdc497558B25Ad0F238FB441DC306E"
},
{
"name": "Autopilot-USDC.e",
"type": "token",
"symbol": "syn-ap-USDC.e",
"address": "0x2C7f58d2AfaCae1199c7e1E00FB629CCCEA5B
…