/v1/coins
All mineable coins ranked by profitability
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/whattomine-api/v1/coins" \ -H "x-oanor-key: oanor_test_..."
await fetch("https://api.oanor.com/whattomine-api/v1/coins", {
headers: { "x-oanor-key": "oanor_test_..." }
});
$ch = curl_init("https://api.oanor.com/whattomine-api/v1/coins");
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/whattomine-api/v1/coins",
headers={"x-oanor-key": "oanor_test_..."}
)
Risposta di esempio
Una risposta reale di questo endpoint, acquisita dall'ultimo health check.
{
"data": {
"coins": [
{
"tag": "QUAI",
"name": "Quai-KawPow",
"nethash": 386743913979,
"updated": "2026-06-11T16:45:16.000Z",
"algorithm": "KawPow",
"difficulty": 613762591485,
"last_block": 8457606,
"market_cap": 15309245,
"btc_revenue": 1.583e-5,
"block_reward": 6.2363549236342095,
"block_time_s": 1.587,
"profitability": 1145,
"btc_exchange_rate": 2.393331221883344e-7,
"estimated_rewards": 66.13371,
"profitability_24h": 637
},
{
"tag": "NICEHASH",
"name": "Nicehash-KawPow",
"nethash": 262998922188,
"updated": "2026-06-11T16:45:14.000Z",
"algorithm": "KawPow",
"difficulty": 1,
"last_block": 0,
"market_cap": 0,
"btc_revenue": 1.384e-5,
"block_reward": 1,
"block_time_s": 1,
"profitability": 1001,
"btc_exchange_rate": 0.00017055075099091905,
"estimated_rewards": 1.0e-5,
"profitability_24h": 674
},
{
"tag": "FREN",
"name": "Frencoin",
"nethash": 481638716,
"updated": "2026-06-11T16:44:06.000Z",
"algorithm": "KawPow",
"difficulty": 3.364207569515158,
"last_block": 3232254,
"market_cap": 55330,
"btc_revenue": 8.88e-6,
"block_reward": 10000,
"block_time_s": 30,
"profitability": 642,
"btc_exchange_rate": 2.101344812813576e-12,
"estimated_rewards": 4224798.78023,
"profitability_24h": 404
},
{
"tag": "NEOX",
"name": "Neoxa",
"nethash": 19466415564,
"updated": "2026-06-11T16:44:05.000Z",
"algorithm": "KawPow",
"difficulty": 271.94268393497,
"last_block": 2124013,
"market_cap": 834096,
"btc_revenue": 8.7e-6,
"block_reward": 1125,
"block_time_s": 60,
"profitability": 629,
"btc_exchange_rate": 1.2679868813537957e-9,
"estimated_rewards": 6861.45178,
"profitability_24h": 516
},
{
"tag": "RVN",
"name": "Ravencoin",
"nethash": 1954625201458,
"updated": "2026-06-11T16:44:09.000Z",
"algorithm": "KawPow",
"difficulty": 27305.79862546014,
"last_block": 4406440,
"market_cap": 684589
…