Get Stake
Endpoint
Section titled “Endpoint”GET /api/stake/v1Parameters
Section titled “Parameters”| Name | In | Type | Required | Description |
|---|---|---|---|---|
coldkey | query | string | ✅ | |
hotkey | query | string | ||
block_start | query | integer | ||
block_end | query | integer | ||
timestamp_start | query | integer | ||
timestamp_end | query | integer | ||
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": 2, "default": 0 }, "total_items": { "type": "integer", "example": 110, "default": 0 }, "total_pages": { "type": "integer", "example": 55, "default": 0 }, "next_page": { "type": "integer", "example": 2, "default": 0 }, "prev_page": {} } }, "data": { "type": "array", "items": { "type": "object", "properties": { "block_number": { "type": "integer", "example": 4202794, "default": 0 }, "timestamp": { "type": "string", "example": "2024-11-05T23:59:48.004Z" }, "hotkey": { "type": "object", "properties": { "ss58": { "type": "string", "example": "5GKH9FPPnWSUoeeTJp19wVtd84XqFW4pyK2ijV2GsFbhTrP1" }, "hex": { "type": "string", "example": "0xbc0e6b701243978c1fe73d721c7b157943a713fca9f3c88cad7a9f7799bc6b26" } } }, "coldkey": { "type": "object", "properties": { "ss58": { "type": "string", "example": "5FNqfWE5DvzHiUZqyep3Bt4M9c5W3TTwu1PwDdbehYn17AwZ" }, "hex": { "type": "string", "example": "0x9289666bacb76d306cd32affc6f0237e3634280a8975054f88adc8a7db8c1117" } } }, "stake": { "type": "string", "example": "2404415797" } } } } }}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.