/v1/gainers
Top gainers over a window
Provalo dal vivo
10 chiamate gratuite al giorno — senza registrazione, senza chiave API. Passa dal gateway oanor.
Funziona. Prendi una chiave API e usala nel tuo progetto.
Ottieni una chiave APIFrammenti di codice
curl "https://api.oanor.com/cryptomovers-api/v1/gainers" \ -H "x-oanor-key: oanor_test_..."
await fetch("https://api.oanor.com/cryptomovers-api/v1/gainers", {
headers: { "x-oanor-key": "oanor_test_..." }
});
$ch = curl_init("https://api.oanor.com/cryptomovers-api/v1/gainers");
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/cryptomovers-api/v1/gainers",
headers={"x-oanor-key": "oanor_test_..."}
)
Risposta di esempio
Una risposta reale di questo endpoint, acquisita dall'ultimo health check.
{
"data": {
"board": "gainers",
"coins": [
{
"id": "ethgas-2",
"name": "ETHGas",
"rank": 124,
"price": 0.166679,
"symbol": "GWEI",
"change_pct": 31.29,
"market_cap": 349362044,
"volume_24h": 31087950
},
{
"id": "velvet",
"name": "Velvet",
"rank": 219,
"price": 0.320261,
"symbol": "VELVET",
"change_pct": 24.59,
"market_cap": 134613350,
"volume_24h": 32231355
},
{
"id": "audiera",
"name": "Audiera",
"rank": 61,
"price": 4.25,
"symbol": "BEAT",
"change_pct": 21.48,
"market_cap": 1219063823,
"volume_24h": 61452791
},
{
"id": "stasis-eurs",
"name": "STASIS EURO",
"rank": 204,
"price": 1.22,
"symbol": "EURS",
"change_pct": 10.89,
"market_cap": 151079997,
"volume_24h": 3694.9
},
{
"id": "banana-for-scale-2",
"name": "Banana For Scale",
"rank": 239,
"price": 0.01154434,
"symbol": "BANANAS31",
"change_pct": 9.28,
"market_cap": 115279146,
"volume_24h": 13191262
},
{
"id": "basic-attention-token",
"name": "Basic Attention",
"rank": 213,
"price": 0.093794,
"symbol": "BAT",
"change_pct": 8.56,
"market_cap": 140164361,
"volume_24h": 17815389
},
{
"id": "dexe",
"name": "DeXe",
"rank": 65,
"price": 21.87,
"symbol": "DEXE",
"change_pct": 7.87,
"market_cap": 1022592923,
"volume_24h": 25560612
},
{
"id": "compound-governance-token",
"name": "Compound",
"rank": 187,
"price": 17.63,
"symbol": "COMP",
"change_pct": 7.41,
"market_cap": 170276538,
"volume_24h": 24452650
},
{
"id": "skyai",
"name": "SkyAI",
"rank": 152,
"price": 0.233365,
"symbol": "SKYAI",
"change_pct": 6.9,
"market_cap": 235798956,
"volume_24h": 50095758
},
{
"id": "reallink",
"name": "RealLink",
…