Skip to content

Get Metagraph History

GET /api/metagraph/history/v1
NameInTypeRequiredDescription
netuidqueryintegerSubnet
uidqueryintegerUID of Neuron
hotkeyquerystringHotkey of neuron
coldkeyquerystringcoldkey of neuron
block_startqueryintegerblock number for start of range
block_endqueryintegerblock number for end of range
timestamp_startqueryintegertimestamp range in Unix timestamp (seconds since 1970-01-01) (inclusive)
timestamp_endqueryintegertimestamp range in Unix timestamp (seconds since 1970-01-01) (inclusive)
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": 2,
"default": 0
},
"total_items": {
"type": "integer",
"example": 5205444,
"default": 0
},
"total_pages": {
"type": "integer",
"example": 2602722,
"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": "5FP5ADUSBNpmtRiQd2rtjVcQs3Emc5b1rMbiatxRYJ7gWJHn"
},
"hex": {
"type": "string",
"example": "0x92b6d40fe7134903eef7f9b3f5ab06fe24008326cb189c30e0c17b3150116c45"
}
}
},
"coldkey": {
"type": "object",
"properties": {
"ss58": {
"type": "string",
"example": "5F1wvhbYNdq7E7tMsaUdHRXy462nbUNnMurihtNrZ8zMSoF3"
},
"hex": {
"type": "string",
"example": "0x829a538c77776782639b69c9b6e97c326295e6285bd94fa6e5a03f61fcadb733"
}
}
},
"netuid": {
"type": "integer",
"example": 10,
"default": 0
},
"uid": {
"type": "integer",
"example": 145,
"default": 0
},
"block_number": {
"type": "integer",
"example": 4207460,
"default": 0
},
"timestamp": {
"type": "string",
"example": "2024-11-06T15:33:24.001Z"
},
"stake": {
"type": "string",
"example": "497653819"
},
"trust": {
"type": "string",
"example": "0.98957808804455634394"
},
"validator_trust": {
"type": "string",
"example": "0"
},
"consensus": {
"type": "string",
"example": "0.00419623102159151598"
},
"incentive": {
"type": "string",
"example": "0.00422674906538490883"
},
"dividends": {
"type": "string",
"example": "0"
},
"emission": {
"type": "string",
"example": "12306971"
},
"active": {
"type": "boolean",
"example": false,
"default": true
},
"validator_permit": {
"type": "boolean",
"example": false,
"default": true
},
"updated": {
"type": "integer",
"example": 1320571,
"default": 0
},
"daily_reward": {
"type": "string",
"example": "246139420"
},
"registered_at_block": {
"type": "integer",
"example": 4144278,
"default": 0
},
"is_immunity_period": {
"type": "boolean",
"example": false,
"default": true
},
"rank": {
"type": "integer",
"example": 110,
"default": 0
},
"is_child_key": {
"type": "boolean",
"example": false,
"default": true
},
"axon": {
"type": "object",
"properties": {
"blo

Media: application/json

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

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