/v1/richlist
Largest holders with stake and delegations
Probeer het live
10 gratis calls per dag — geen registratie, geen API-key. Loopt via de oanor-gateway.
Het werkt. Haal een API-key op en gebruik hem in je project.
Verkrijg een API-sleutelCodefragmenten
curl "https://api.oanor.com/hiveengine-api/v1/richlist" \ -H "x-oanor-key: oanor_test_..."
await fetch("https://api.oanor.com/hiveengine-api/v1/richlist", {
headers: { "x-oanor-key": "oanor_test_..." }
});
$ch = curl_init("https://api.oanor.com/hiveengine-api/v1/richlist");
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/hiveengine-api/v1/richlist",
headers={"x-oanor-key": "oanor_test_..."}
)
Voorbeeldrespons
Een echte respons van dit endpoint, vastgelegd bij de laatste health check.
{
"data": {
"count": 20,
"source": "Hive-Engine",
"symbol": "LEO",
"holders": [
{
"rank": 1,
"stake": 291513.636,
"account": "khaleelkazi",
"balance": 352030.283,
"delegations_in": 125.009,
"delegations_out": 250000,
"pending_unstake": 0
},
{
"rank": 2,
"stake": 0,
"account": "clumsysilverdad",
"balance": 1.656,
"delegations_in": 0,
"delegations_out": 0,
"pending_unstake": 0
},
{
"rank": 3,
"stake": 1181.127,
"account": "zekepickleman",
"balance": 113.093,
"delegations_in": 0,
"delegations_out": 0,
"pending_unstake": 0
},
{
"rank": 4,
"stake": 0,
"account": "parisfoodhunter",
"balance": 6.885,
"delegations_in": 0,
"delegations_out": 0,
"pending_unstake": 0
},
{
"rank": 5,
"stake": 0,
"account": "kashmirz",
"balance": 5.913,
"delegations_in": 0,
"delegations_out": 0,
"pending_unstake": 0
},
{
"rank": 6,
"stake": 2832.422,
"account": "shadowspub",
"balance": 0.5,
"delegations_in": 0,
"delegations_out": 0,
"pending_unstake": 0
},
{
"rank": 7,
"stake": 0,
"account": "neal.leo",
"balance": 0,
"delegations_in": 0,
"delegations_out": 0,
"pending_unstake": 0
},
{
"rank": 8,
"stake": 0,
"account": "wildhomesteading",
"balance": 4.815,
"delegations_in": 0,
"delegations_out": 0,
"pending_unstake": 0
},
{
"rank": 9,
"stake": 411.92,
"account": "raserrano",
"balance": 0.114,
"delegations_in": 0,
"delegations_out": 0,
"pending_unstake": 0
},
{
"rank": 10,
"stake": 0,
"account": "kamlesh",
"balance": 0,
"delegations_in": 0,
"delegations_out": 0,
"pending_unstake": 0
},
{
"rank": 11,
"stake": 0,
"account": "tarekadam",
…