Skip to content

Get Current Validator Weights v1

GET /api/validator/weights/latest/v1
NameInTypeRequiredDescription
hotkeyquerystringValidator hotkey
netuidqueryintegersubnet
uidqueryintegerUID of weight
pagequeryintegerThe page number of the response.
limitqueryintegerThe number of responses. max is 200,
orderquerystring

Media: application/json

{
"type": "object",
"properties": {
"pagination": {
"type": "object",
"properties": {
"current_page": {
"type": "integer",
"example": 1,
"default": 0
},
"per_page": {
"type": "integer",
"example": 50,
"default": 0
},
"total_items": {
"type": "integer",
"example": 1,
"default": 0
},
"total_pages": {
"type": "integer",
"example": 1,
"default": 0
},
"next_page": {},
"prev_page": {}
}
},
"data": {
"type": "array",
"items": {
"type": "object",
"properties": {
"hotkey": {
"type": "object",
"properties": {
"ss58": {
"type": "string",
"example": "5GmvyePN9aYErXBBhBnxZKGoGk4LKZApE4NkaSzW62CYCYNA"
},
"hex": {
"type": "string",
"example": "0xd0622986d748433d484b9b351b9a38737ee869ef2a50b75e5f890bee2c3afb18"
}
}
},
"netuid": {
"type": "integer",
"example": 27,
"default": 0
},
"uid": {
"type": "integer",
"example": 21,
"default": 0
},
"block_number": {
"type": "integer",
"example": 4107514,
"default": 0
},
"timestamp": {
"type": "string",
"example": "2024-10-23T17:28:24Z"
},
"version_key": {
"type": "string",
"example": "152"
},
"call": {
"type": "string",
"example": "set_weights"
},
"weights_hash": {},
"weights": {
"type": "array",
"items": {
"type": "object",
"properties": {
"uid": {
"type": "integer",
"example": 0,
"default": 0
},
"weight": {
"type": "string",
"example": "0.93432516975661860075"
}
}
}
}
}
}
}
}
}

Media: application/json

{
"type": "object",
"properties": {}
}

All Taostats API requests require an Authorization header containing your API key. See Getting Started.