/v1/search
Universal on-chain search
Pruébalo en vivo
10 llamadas gratis al día — sin registro, sin clave API. Pasa por el gateway de oanor.
Funciona. Consigue una clave API y úsala en tu proyecto.
Obtener una clave APIFragmentos de código
curl "https://api.oanor.com/lisk-api/v1/search" \ -H "x-oanor-key: oanor_test_..."
await fetch("https://api.oanor.com/lisk-api/v1/search", {
headers: { "x-oanor-key": "oanor_test_..." }
});
$ch = curl_init("https://api.oanor.com/lisk-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/lisk-api/v1/search",
headers={"x-oanor-key": "oanor_test_..."}
)
Respuesta de ejemplo
Una respuesta real de este endpoint, capturada en la última comprobación de estado.
{
"data": {
"count": 50,
"query": "USD",
"results": [
{
"name": "Stargate USD₮0 (Bridged)",
"type": "token",
"symbol": "USD₮0",
"address": "0x43F2376D5D03553aE72F4A8093bbe9de4336EB08"
},
{
"name": "Bridged USDC (Lisk)",
"type": "token",
"symbol": "USDC.e",
"address": "0xF242275d3a6527d877f2c927a82D9b057609cc71"
},
{
"name": "Tether USD",
"type": "token",
"symbol": "USDT",
"address": "0x05D032ac25d322df992303dCa074EE7392C117b9"
},
{
"name": "Ionic Tether USD",
"type": "token",
"symbol": "ionUSDT",
"address": "0x0D72f18BC4b4A2F0370Af6D799045595d806636F"
},
{
"name": "Ionic USD Coin",
"type": "token",
"symbol": "ionUSDC",
"address": "0x7682C12F6D1af845479649c77A9E7729F0180D78"
},
{
"name": "Re7 USDT0",
"type": "token",
"symbol": "Re7USDT0",
"address": "0x50cB55BE8cF05480a844642cB979820C847782aE"
},
{
"name": "USDT Whale",
"type": "token",
"symbol": "UW",
"address": "0x7Ffb0c075ED9b566ED62240BF47811F8194084Fd"
},
{
"name": "RASA USDT",
"type": "token",
"symbol": "RSUSDT",
"address": "0xda1624daE22C0f3A55b3B0e55EE719a01F99eE58"
},
{
"name": "Re7 USDC",
"type": "token",
"symbol": "Re7USDC",
"address": "0xD92f564A29992251297980187a6B74FAa3D50699"
},
{
"name": "RASA Variable Debt USDT",
"type": "token",
"symbol": "variableDebtUSDT",
"address": "0xc519587aa4776FFa88F31Eade21F1DAB21Be8Da9"
},
{
"name": "Nusa Stargate USD₮0 (Bridged)",
"type": "token",
"symbol": "nUSD₮0",
"address": "0x91429859e0Fc66C21dB99Eea6bc8051C5b5A9aEB"
},
{
"name": "VolatileV2 AMM - USDT/LSK",
"type": "token",
"symbol": "vAMMV2-USDT/LSK",
"address": "0xa178C3174d6810A80888423b23310e654Dd28fE1"
},
{
"name": "Moo Beefy Velodrome USDT-WETH",
"type": "token",
"symbol": "mooBeefyVelodromeUSDT-WETH",
"address": "0x54d91365cB1eA8F454DaA43af91f9198d32b62FD"
},
{
"name": "L USD Coin",
"type": "token
…