v1
latestOpenAPI 3.1.02026-07-2411205.0 MBGet Historical Validator Weights v2
get/api/validator/weights/history/v2
Query parameters
hotkeystring
Validator hotkey
netuidinteger
Subnet Id
uidinteger
UID of neuron
block_numberinteger
The exact block number
block_startinteger
block number for start of range
block_endinteger
block number for end of range
timestamp_startstring
Timestamp in unix seconds
timestamp_endstring
timestamp in unix seconds
pageinteger
The page number of the response.
limitinteger
The number of responses. max is 200,
order'block_number_asc' | 'block_number_desc' | 'timestamp_asc' | 'timestamp_desc --'
Response
200
Example response
{
"pagination": {
"current_page": 1,
"per_page": 50,
"total_items": 599,
"total_pages": 12,
"next_page": 2
},
"data": [
{
"hotkey": {
"ss58": "5Dt7HZ7Zpw4DppPxFM7Ke3Cm7sDAWhsZXmM5ZAmE7dSVJbcQ",
"hex": "0x5063a3000daa02d892617cda479bc20bb8acf430a8cb167e653c5395b9d4f834"
},
"netuid": 64,
"uid": 1,
"block_number": 5457532,
"timestamp": "2025-04-29T12:20:00.001Z",
"weights": [
{
"hotkey": {
"ss58": "5DRnrn3Nj14r4ptXerpcvMYjFoLNk2Axt91a1uKLst5QbyaW",
"hex": "0x3c51398936c1494a7c4e4459587c5cffd395e4db12d7df47c6d01c9a8cd51b4a"
},
"weight": "0.00723277637903410391"
}
]
}
]
}