Skip to content

Get Stake (v2)

GET /api/stake_balance/latest/v1
NameInTypeRequiredDescription
coldkeyquerystringSS58 or hex format
hotkeyquerystringSS58 or hex format
stake_minquerystring
stake_maxquerystring
pagequeryinteger
limitqueryinteger
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": 133856,
"default": 0
},
"total_pages": {
"type": "integer",
"example": 2678,
"default": 0
},
"next_page": {
"type": "integer",
"example": 2,
"default": 0
},
"prev_page": {}
}
},
"data": {
"type": "array",
"items": {
"type": "object",
"properties": {
"block_number": {
"type": "integer",
"example": 4473396,
"default": 0
},
"timestamp": {
"type": "string",
"example": "2024-12-13T15:47:48Z"
},
"hotkey_name": {},
"hotkey": {
"type": "object",
"properties": {
"ss58": {
"type": "string",
"example": "5G6HFa1ZciDAaWiW9zrQEyBJFaTAGSSeMCaZ37bow4z62vZW"
},
"hex": {
"type": "string",
"example": "0xb22498a6e196e875b7816f9180199795dbd6b3bd4ca090746244038887d5c671"
}
}
},
"coldkey": {
"type": "object",
"properties": {
"ss58": {
"type": "string",
"example": "5HQ9eTDorvovKTxBc9RUD22FZHZzpy1KRfaxCnRsT9QhuvR6"
},
"hex": {
"type": "string",
"example": "0xec01a50e10edc7a5d3c65d8473565d6f2274f1c188d1f4f785cff18c8ee9897b"
}
}
},
"stake": {
"type": "string",
"example": "0"
},
"created_at_timestamp": {
"type": "string",
"example": "2023-09-12T02:17:12.009Z"
},
"created_at_block_number": {
"type": "integer",
"example": 1260609,
"default": 0
}
}
}
}
}
}

Media: application/json

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

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