Skip to content

Get Neuron Registrations

GET /api/subnet/neuron/registration/v1
NameInTypeRequiredDescription
netuidqueryintegerSubnet
uidqueryintegerNeuron ID
hotkeyquerystringHotkey of neuron
coldkeyquerystringcoldkey of neuron
block_numberqueryintegerThe exact block number
block_startqueryintegerblock number for start of range
block_endqueryintegerblock number for end of range
timestamp_startqueryintegerStart of timestamp range in Unix timestamp (seconds since 1970-01-01) (inclusive)
timestamp_endqueryintegerStart of timestamp 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": 10,
"default": 0
},
"total_items": {
"type": "integer",
"example": 6794,
"default": 0
},
"total_pages": {
"type": "integer",
"example": 680,
"default": 0
},
"next_page": {
"type": "integer",
"example": 2,
"default": 0
},
"prev_page": {}
}
},
"data": {
"type": "array",
"items": {
"type": "object",
"properties": {
"block_number": {
"type": "integer",
"example": 4104101,
"default": 0
},
"timestamp": {
"type": "string",
"example": "2024-10-23T06:05:36.001Z"
},
"netuid": {
"type": "integer",
"example": 19,
"default": 0
},
"uid": {
"type": "integer",
"example": 251,
"default": 0
},
"hotkey": {
"type": "object",
"properties": {
"ss58": {
"type": "string",
"example": "5Cg4BHi4yvZWA6YPKgU48za4dpiiApSEoTsFuzmsYKRAzkpa"
},
"hex": {
"type": "string",
"example": "0x1af5fef0b561f372ed9c169623760312f048711359782e16a754835a8bd3174b"
}
}
},
"coldkey": {
"type": "object",
"properties": {
"ss58": {
"type": "string",
"example": "5Fq3fe6XGeAoxV5tsRApee1YEvnKgBdxxvY6wHEPAvibsguY"
},
"hex": {
"type": "string",
"example": "0xa6862f1f35e4b636deb0cc9151c65305556cbc6f15ae046aa77e1999d666eb77"
}
}
},
"registration_cost": {
"type": "string",
"example": "277988201"
}
}
}
}
}
}

Media: application/json

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

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