Get Stake (v2)
Endpoint
Section titled “Endpoint”GET /api/stake_balance/latest/v1Parameters
Section titled “Parameters”| Name | In | Type | Required | Description |
|---|---|---|---|---|
coldkey | query | string | SS58 or hex format | |
hotkey | query | string | SS58 or hex format | |
stake_min | query | string | ||
stake_max | query | string | ||
page | query | integer | ||
limit | query | integer | ||
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": 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 } } } } }}400 — 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.