Get Proxy Calls
Endpoint
Section titled “Endpoint”GET /api/proxy_call/v1Parameters
Section titled “Parameters”| Name | In | Type | Required | Description |
|---|---|---|---|---|
id | query | string | ||
signer_address | query | string | SS58 or hex | |
real_address | query | string | ss58 or hex | |
network | query | string | ||
block_number | query | integer | The exact block number | |
block_start | query | integer | block number for start of range | |
block_end | query | integer | block number for end of range | |
timestamp_start | query | integer | Unix Timestamp | |
timestamp_end | query | integer | Uniox timestamp | |
extrinsic_hash | query | string | Hash value of the extrinsic | |
extrinsic_id | query | string | ID of the extrinsic | |
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": 25203, "default": 0 }, "total_pages": { "type": "integer", "example": 505, "default": 0 }, "next_page": { "type": "integer", "example": 2, "default": 0 }, "prev_page": {} } }, "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "string", "example": "finney-5373739-0025" }, "network": { "type": "string", "example": "finney" }, "block_number": { "type": "integer", "example": 5373739, "default": 0 }, "timestamp": { "type": "string", "example": "2025-04-17T21:01:24.001Z" }, "signer_address": { "type": "object", "properties": { "ss58": { "type": "string", "example": "5DtaSm9cgtvTzEH9kSAmXVajtfKLGAhqDtUeTzSvdn7QiMoR" }, "hex": { "type": "string", "example": "0x50bf0fac3fd0ce371e666799756d33ccec3c6edaeab8dffe371936cd23ba9d69" } } }, "real_address": { "type": "object", "properties": { "ss58": { "type": "string", "example": "5Cr5ZXWF6DHhDzkgmJ9pqyEcasDfNrMX4QdZAet5QZHefMGU" }, "hex": { "type": "string", "example": "0x229b1b5ca004dee89d57300d194913635011f5dd90f440806f0f85171e5f8876" } } }, "args": { "type": "object", "properties": { "__kind": { "type": "string", "example": "add_stake" }, "amountStaked": { "type": "string", "example": "2439150440" }, "hotkey": { "type": "string", "example": "0x2c36c8b88903c8507aa3a9a6dcfc016caf5cfd3d8bf755b97e63f8f8b7c56836" }, "netuid": { "type": "integer", "example": 13, "default": 0 } } }, "extrinsic_id": { "type": "string", "example": "5373739-0025" }, "extrinsic_hash": { "type": "string", "example": "0x502304229fe04a858411c9ba98130240d92021911cb44f1a3f880e30c9f564ad" } } } } }}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.