Aller au contenu
GET /v1/richlist

Largest holders with stake and delegations

Essayez-le en direct

10 appels gratuits par jour — sans inscription, sans clé API. Passe par la passerelle oanor.

En-têtes personnalisés (facultatif)
api.oanor.com/hiveengine-api

Ça marche. Récupérez une clé API et utilisez-la dans votre projet.

Obtenez une clé API

Extraits de code

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

Exemple de réponse

Une réponse réelle de ce endpoint, capturée lors du dernier contrôle de santé.

{
    "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",
               
…