Skip to content

Get Root Subnet Metagraph

GET /api/metagraph/root/latest/v1
NameInTypeRequiredDescription
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": 25,
"default": 0
},
"total_items": {
"type": "integer",
"example": 64,
"default": 0
},
"total_pages": {
"type": "integer",
"example": 3,
"default": 0
},
"next_page": {
"type": "integer",
"example": 2,
"default": 0
},
"prev_page": {}
}
},
"data": {
"type": "array",
"items": {
"type": "object",
"properties": {
"hotkey": {
"type": "object",
"properties": {
"ss58": {
"type": "string",
"example": "5F4tQyWrhfGVcNhoqeiNsR6KjD4wMZ2kfhLj4oHYuyHbZAc3"
},
"hex": {
"type": "string",
"example": "0x84d83d08ca89f8e60424ffa286f165c16dd8752e4faa4d8977221e6720678d28"
}
}
},
"coldkey": {
"type": "object",
"properties": {
"ss58": {
"type": "string",
"example": "5HBtpwxuGNL1gwzwomwR7sjwUt8WXYSuWcLYN6f9KpTZkP4k"
},
"hex": {
"type": "string",
"example": "0xe2a8d08674697d6ee2ccec36f0e207653788275b619392256e509be04d32950d"
}
}
},
"uid": {
"type": "integer",
"example": 2,
"default": 0
},
"block_number": {
"type": "integer",
"example": 4106827,
"default": 0
},
"timestamp": {
"type": "string",
"example": "2024-10-23T15:11:00Z"
},
"stake": {
"type": "string",
"example": "876353769028828"
},
"consensus": {
"type": "string",
"example": "0.1671778439002059968"
},
"senator": {
"type": "boolean",
"example": true,
"default": true
},
"rank": {
"type": "string",
"example": "0.13191424429694056611"
},
"pruning_score": {
"type": "string",
"example": "0.23477531090257114519"
},
"subnet_weights": {
"type": "object",
"properties": {
"0": {
"type": "string",
"example": "29.2280"
},
"1": {
"type": "string",
"example": "2.9703"
},
"2": {
"type": "string",
"example": "0"
},
"3": {
"type": "string",
"example": "0"
},
"4": {
"type": "string",
"example": "4.9505"
},
"5": {
"type": "string",
"example": "1.9802"
},
"6": {
"type": "string",
"example": "0.9602"
},
"7": {
"type": "string",
"example": "0"
},
"8": {
"type": "string",
"example": "2.8811"
},
"9": {
"type": "string",
"example": "8.6536"
},
"10": {
"type": "string",
"example": "0"
},
"11": {
"type": "string",
"example": "1.9802"
},
"12": {

Media: application/json

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

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