Zum Inhalt springen
GET /v1/search

Universal search

Live testen

10 freie Calls pro Tag — keine Anmeldung, kein API-Key. Geht durchs oanor-Gateway.

Eigene Header (optional)
api.oanor.com/neon-api

Funktioniert. Hol dir einen API-Key und nutze sie in deinem Projekt.

API-Key holen

Code-Snippets

curl "https://api.oanor.com/neon-api/v1/search" \
  -H "x-oanor-key: oanor_test_..."
await fetch("https://api.oanor.com/neon-api/v1/search", {
  headers: { "x-oanor-key": "oanor_test_..." }
});
$ch = curl_init("https://api.oanor.com/neon-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/neon-api/v1/search",
    headers={"x-oanor-key": "oanor_test_..."}
)

Beispiel-Response

Echte Antwort dieses Endpoints, erfasst beim letzten Health-Check.

{
    "data": {
        "count": 15,
        "query": "USDT",
        "results": [
            {
                "name": "Neonpass Bridged USDT  Neon",
                "type": "token",
                "symbol": "USDT",
                "address": "0x5f0155d08eF4aaE2B500AefB64A3419dA8bB611a"
            },
            {
                "name": "Tether USD (ICE)",
                "type": "token",
                "symbol": "USDT",
                "address": "0xc0E49f8C615d3d4c245970F6Dc528E4A47d69a44"
            },
            {
                "name": "Lumen USDT",
                "type": "token",
                "symbol": "luUSDT",
                "address": "0x8Ce2AD7f4800AA9A41e8fE76F32aa45844928815"
            },
            {
                "name": "LendOS Neon USDT",
                "type": "token",
                "symbol": "osNeonUSDT",
                "address": "0xb9B369aE5E285fD97F026a442d40D6f747bC9881"
            },
            {
                "name": "LendOS Neon Variable Debt USDT",
                "type": "token",
                "symbol": "variableDebtNeonUSDT",
                "address": "0xAba718DBBc8a497D04fbb462A1200B3BA07BF79B"
            },
            {
                "name": "Sobal USDC-USDT Stable Pool",
                "type": "token",
                "symbol": "SPT-stable",
                "address": "0x985b565665FB07133F2aF74Ee1C9B0aDB29Bd3d3"
            },
            {
                "name": "Sobal USDT-USDC Stable Pool",
                "type": "token",
                "symbol": "USDT-USDC",
                "address": "0xE70c2afc3beB7Dc9899B8dE7A5F84796dcD5b3A2"
            },
            {
                "name": "TETHER",
                "type": "token",
                "symbol": "USDT",
                "address": "0xE6BF59A265E37992E2E3F97335144DD45B5cde46"
            },
            {
                "name": "USDT",
                "type": "token",
                "symbol": "USDT",
                "address": "0xb6F49b80377e3c681e6338ee9ee3E4271A7B2446"
            },
            {
                "name": "Aave interest bearing USDT",
                "type": "token",
                "symbol": "aUSDT",
                "address": "0xA930bDd53ecFF72B7801250aC4b03d64fA07ad0f"
            },
            {
                "name": "Aave variable debt bearing USDT",
                "type": "token",
                "symbol": "variableDebtUSDT",
                "address": "0x50e8F3368a8E52Fd1542d1d9708a04cf8af0ee2A"
            },
            {
                "name": null,
                "type": "metadata_tag",
                "address": "0xD51a44d3FaE010294C616388b506AcdA1bfAAE46"
            },
            {
                "name": null,
                "type": "metadata_tag",
                "address": "0xcE9874C42DcE7fffbE5E48B026Ff1182733266Cb"
            },
            {
                "name": null,
                "type": "metadata_tag",
                "address": "0x55D31F68975E446a40a2d02FfA4B0E1bFb233
…