v1

latestOpenAPI 3.1.02026-07-2411205.0 MB

Get Validator Alpha Shares

get/api/dtao/hotkey_alpha_shares/latest/v1

Query parameters

alpha_minstring

in nanoAlpha

alpha_maxstring

in nanoAlpha

hotkeystring

Validator hotkey

netuidinteger

subnet

pageinteger

The page number of the response.

limitinteger

The number of responses. max is 200,

order'netuid_asc' | 'netuid_desc' | 'shares_asc' | 'shares_desc' | 'alpha_asc' | 'alpha_desc'

Response

200

Example response

{
  "pagination": {
    "current_page": 1,
    "per_page": 50,
    "total_items": 81035,
    "total_pages": 1621,
    "next_page": 2
  },
  "data": [
    {
      "block_number": 5373806,
      "timestamp": "2025-04-17T21:14:48Z",
      "hotkey": {
        "ss58": "5GKH9FPPnWSUoeeTJp19wVtd84XqFW4pyK2ijV2GsFbhTrP1",
        "hex": "0xbc0e6b701243978c1fe73d721c7b157943a713fca9f3c88cad7a9f7799bc6b26"
      },
      "shares": "13890034603543431171280295544634012",
      "alpha": "779899024450396"
    }
  ]
}