Zum Inhalt springen
GET /v1/richlist

Largest holders with stake and delegations

Live testen

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

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

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

API-Key holen

Code-Snippets

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_..."}
)

Beispiel-Response

Echte Antwort dieses Endpoints, erfasst beim letzten 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",
               
…