Get Weight Copiers
Endpoint
Section titled “Endpoint”GET /api/validator/weight_copier/v1Parameters
Section titled “Parameters”| Name | In | Type | Required | Description |
|---|---|---|---|---|
page | query | integer | The page number of the response. | |
limit | query | integer | The number of responses. max is 200, |
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": 6, "default": 0 }, "total_pages": { "type": "integer", "example": 1, "default": 0 }, "next_page": {}, "prev_page": {} } }, "data": { "type": "array", "items": { "type": "object", "properties": { "hotkey": { "type": "object", "properties": { "ss58": { "type": "string", "example": "5CsvRJXuR955WojnGMdok1hbhffZyB4N5ocrv82f3p5A2zVp" }, "hex": { "type": "string", "example": "0x2402d2dd859f24ff5305ce12d54e02f3c2cafe6788af4b405bbe0d407695af37" } } } } } } }}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.