Zum Inhalt springen
GET /v1/movers

Biggest 24h gainers or losers among liquid pairs

Live testen

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

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

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

API-Key holen

Code-Snippets

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

Beispiel-Response

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

{
    "data": {
        "type": "gainers",
        "count": 20,
        "quote": "USDT",
        "movers": [
            {
                "ask": 0.86989,
                "bid": 0.85982,
                "last": 0.85155,
                "open": 0.40569,
                "time": "2026-06-10T22:56:39.122Z",
                "symbol": "VELVETUSDT",
                "low_24h": 0.28766,
                "high_24h": 0.9757,
                "change_24h": 0.44586,
                "change_24h_pct": 109.9,
                "base_volume_24h": 2969791.66,
                "quote_volume_24h": 1576248.6
            },
            {
                "ask": 7.25278,
                "bid": 7.23047,
                "last": 7.29344,
                "open": 4.69602,
                "time": "2026-06-10T22:56:39.123Z",
                "symbol": "BEATUSDT",
                "low_24h": 4.4821,
                "high_24h": 8,
                "change_24h": 2.59742,
                "change_24h_pct": 55.31,
                "base_volume_24h": 2285670.82,
                "quote_volume_24h": 13422762.28
            },
            {
                "ask": 0.0002609,
                "bid": 0.00026,
                "last": 0.0002602,
                "open": 0.000173,
                "time": "2026-06-10T22:56:39.122Z",
                "symbol": "HMSTRUSDT",
                "low_24h": 0.0001716,
                "high_24h": 0.0002703,
                "change_24h": 8.72e-5,
                "change_24h_pct": 50.4,
                "base_volume_24h": 5891874523.66,
                "quote_volume_24h": 1449732.08
            },
            {
                "ask": 0.54462,
                "bid": 0.54192,
                "last": 0.54148,
                "open": 0.37411,
                "time": "2026-06-10T22:56:39.121Z",
                "symbol": "MAGMAUSDT",
                "low_24h": 0.37241,
                "high_24h": 0.6,
                "change_24h": 0.16737,
                "change_24h_pct": 44.73,
                "base_volume_24h": 1364750.07,
                "quote_volume_24h": 684829.71
            },
            {
                "ask": 0.4257,
                "bid": 0.4241,
                "last": 0.4232,
                "open": 0.3266,
                "time": "2026-06-10T22:56:39.124Z",
                "symbol": "STGUSDT",
                "low_24h": 0.3157,
                "high_24h": 0.4502,
                "change_24h": 0.0966,
                "change_24h_pct": 29.57,
                "base_volume_24h": 1312230.36,
                "quote_volume_24h": 518176.22
            },
            {
                "ask": 2.3569,
                "bid": 2.3511,
                "last": 2.3613,
                "open": 1.8455,
                "time": "2026-06-10T22:56:39.122Z",
                "symbol": "FOLKSUSDT",
                "low_24h": 1.7495,
                "high_24h": 2.6005,
                "change_24h": 0.5158,
                "change_24h_pct": 27.94,
                "base_volume_24h": 83
…