Get Metagraph History
Endpoint
Section titled “Endpoint”GET /api/metagraph/history/v1Parameters
Section titled “Parameters”| Name | In | Type | Required | Description |
|---|---|---|---|---|
netuid | query | integer | Subnet | |
uid | query | integer | UID of Neuron | |
hotkey | query | string | Hotkey of neuron | |
coldkey | query | string | coldkey of neuron | |
block_start | query | integer | block number for start of range | |
block_end | query | integer | block number for end of range | |
timestamp_start | query | integer | timestamp range in Unix timestamp (seconds since 1970-01-01) (inclusive) | |
timestamp_end | query | integer | timestamp range in Unix timestamp (seconds since 1970-01-01) (inclusive) | |
page | query | integer | The page number of the response. | |
limit | query | integer | The number of responses. max is 200, | |
order | query | string |
Responses
Section titled “Responses”200 — 200
Section titled “200 — 200”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": { "blo400 — 400
Section titled “400 — 400”Media: application/json
{ "type": "object", "properties": {}}Authentication
Section titled “Authentication”All Taostats API requests require an Authorization header containing your API key. See Getting Started.