Zum Inhalt springen
GET /v1/spread

Tokens ranked by GMX oracle execution spread

Live testen

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

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

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

API-Key holen

Code-Snippets

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

Beispiel-Response

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

{
    "data": {
        "note": "Tokens ranked by GMX oracle execution spread (max-min price band), widest first.",
        "chain": "arbitrum",
        "count": 50,
        "source": "GMX",
        "spread": [
            {
                "symbol": "BERA",
                "spread_bps": 21.2018,
                "spread_usd": 0.00049018,
                "mid_price_usd": 0.231197278
            },
            {
                "symbol": "0G",
                "spread_bps": 19.2855,
                "spread_usd": 0.000526974,
                "mid_price_usd": 0.273248802
            },
            {
                "symbol": "GMX",
                "spread_bps": 17.5677,
                "spread_usd": 0.00942231,
                "mid_price_usd": 5.36342529
            },
            {
                "symbol": "APE_deprecated",
                "spread_bps": 16.128,
                "spread_usd": 0.00018722,
                "mid_price_usd": 0.11608361
            },
            {
                "symbol": "ANIME",
                "spread_bps": 15.2821,
                "spread_usd": 4.25079e-6,
                "mid_price_usd": 0.00278154079
            },
            {
                "symbol": "MELANIA",
                "spread_bps": 14.6814,
                "spread_usd": 0.0001127498,
                "mid_price_usd": 0.0767977992
            },
            {
                "symbol": "BOME",
                "spread_bps": 14.6171,
                "spread_usd": 5.92623e-7,
                "mid_price_usd": 0.000405431826
            },
            {
                "symbol": "MET",
                "spread_bps": 14.2812,
                "spread_usd": 0.000137747,
                "mid_price_usd": 0.0964536896
            },
            {
                "symbol": "PEPE",
                "spread_bps": 14.248,
                "spread_usd": 3.794e-9,
                "mid_price_usd": 2.662832e-6
            },
            {
                "symbol": "OP",
                "spread_bps": 12.2891,
                "spread_usd": 0.0001104175,
                "mid_price_usd": 0.0898496846
            },
            {
                "symbol": "ZORA",
                "spread_bps": 12.0627,
                "spread_usd": 9.6322e-6,
                "mid_price_usd": 0.00798508958
            },
            {
                "symbol": "AVNT",
                "spread_bps": 11.2171,
                "spread_usd": 0.000112642,
                "mid_price_usd": 0.10041982
            },
            {
                "symbol": "AIXBT",
                "spread_bps": 10.6285,
                "spread_usd": 2.1744e-5,
                "mid_price_usd": 0.0204582215
            },
            {
                "symbol": "MEME",
                "spread_bps": 10.5393,
                "spread_usd": 5.5744e-7,
                "mid_price_usd": 0.000528915596
            },
            {
                "symbol": "CVX",
                "spread_bps": 8.6875,
                "spread_usd": 0.001067
…