Skip to main content
API referenceAccounts

Account Holder Directory

Last updated

GET
/api/v1/accounts/directory

Fetch the compact account holder directory used by the website: top stake, emission and subnet-reach rankings derived from one complete neuron-snapshot aggregation. Each bounded row carries the account identifiers, totals, footprint and share of priced registered stake required by the directory. The rich independently sortable /api/v1/accounts response remains unchanged.

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/api/v1/accounts/directory"
{  "data": {    "account_count": 1,    "block_number": 5000000,    "captured_at": "2026-06-01T00:00:00.000Z",    "limit": 20,    "priced_registered_stake_tao": 0.5,    "rankings": {      "emission": [        {          "coldkey": "example",          "hotkey": "example",          "stake_dominance": 0.5,          "subnet_count": 1,          "total_emission_tao": 0.5,          "total_stake_tao": 0.5,          "uid_count": 1        }      ],      "reach": [        {          "coldkey": "example",          "hotkey": "example",          "stake_dominance": 0.5,          "subnet_count": 1,          "total_emission_tao": 0.5,          "total_stake_tao": 0.5,          "uid_count": 1        }      ],      "stake": [        {          "coldkey": "example",          "hotkey": "example",          "stake_dominance": 0.5,          "subnet_count": 1,          "total_emission_tao": 0.5,          "total_stake_tao": 0.5,          "uid_count": 1        }      ]    },    "schema_version": 1  },  "meta": {    "artifact_path": "example",    "cache": "short",    "contract_version": "2026-06-29.1",    "generated_at": "2026-06-01T00:00:00.000Z",    "observed_through": "2026-06-01T00:00:00.000Z",    "pagination": {      "collection": "example",      "cursor": 1,      "limit": 1,      "next_cursor": 1,      "order": "asc",      "returned": 1,      "sort": "example",      "total": 1    },    "published_at": "2026-06-01T00:00:00.000Z",    "source": "live-cron-prober",    "stale_contract": {      "built_under": "example",      "live": "example"    }  },  "ok": true,  "schema_version": 1}