/v1/movers
Top gaining/losing narratives 24h
Live testen
10 freie Calls pro Tag — keine Anmeldung, kein API-Key. Geht durchs oanor-Gateway.
Funktioniert. Hol dir einen API-Key und nutze sie in deinem Projekt.
API-Key holenCode-Snippets
curl "https://api.oanor.com/cryptocategories-api/v1/movers" \ -H "x-oanor-key: oanor_test_..."
await fetch("https://api.oanor.com/cryptocategories-api/v1/movers", {
headers: { "x-oanor-key": "oanor_test_..." }
});
$ch = curl_init("https://api.oanor.com/cryptocategories-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/cryptocategories-api/v1/movers",
headers={"x-oanor-key": "oanor_test_..."}
)
Beispiel-Response
Echte Antwort dieses Endpoints, erfasst beim letzten Health-Check.
{
"data": {
"losers": [
{
"id": "buidlpad-launchpad",
"name": "Buidlpad Launchpad",
"top_coins": [
"falcon-finance-ff",
"sahara-ai",
"lombard-protocol"
],
"market_cap": 376696519,
"updated_at": "2026-06-09T11:32:49.445Z",
"volume_24h": 538178851,
"market_cap_change_24h_pct": -18.34
},
{
"id": "echo-launchpad",
"name": "Echo Launchpad",
"top_coins": [
"lab",
"plasma"
],
"market_cap": 3443957921,
"updated_at": "2026-06-09T11:32:48.361Z",
"volume_24h": 77600098,
"market_cap_change_24h_pct": -17.66
},
{
"id": "analytics",
"name": "Analytics",
"top_coins": [
"lab",
"pyth-network",
"the-graph"
],
"market_cap": 4670727471,
"updated_at": "2026-06-09T11:37:16.054Z",
"volume_24h": 204103247,
"market_cap_change_24h_pct": -13.73
},
{
"id": "chinese-meme",
"name": "Chinese Meme",
"top_coins": [
"bianrensheng",
"meme-horse",
"jixiangma"
],
"market_cap": 837585220,
"updated_at": "2026-06-09T11:32:48.327Z",
"volume_24h": 63729562,
"market_cap_change_24h_pct": -11.77
},
{
"id": "launchpad",
"name": "Launchpad",
"top_coins": [
"lab",
"pump-fun",
"jupiter-exchange-solana"
],
"market_cap": 5997183271,
"updated_at": "2026-06-09T11:35:11.149Z",
"volume_24h": 349109220,
"market_cap_change_24h_pct": -10.98
}
],
"gainers": [
{
"id": "arcade-games",
"name": "Arcade Games",
"top_coins": [
"audiera",
"hamster-kombat",
"pepecoin-2"
],
"market_cap": 1336527166,
"updated_at": "2026-06-09T11:35:35.675Z",
"volume_24h": 67022859,
"market_cap_change_24h_pct": 34.98
},
{
"id": "telegram_apps",
"name": "Telegram Apps",
"top_coins": [
"audiera",
"floki",
"catizen"
],
"market_cap"
…