Get Stats Latest
Endpoint
Section titled “Endpoint”GET /api/stats/latest/v1Parameters
Section titled “Parameters”No parameters.
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": 1, "default": 0 }, "total_items": { "type": "integer", "example": 1, "default": 0 }, "total_pages": { "type": "integer", "example": 1, "default": 0 }, "next_page": {}, "prev_page": {} } }, "data": { "type": "array", "items": { "type": "object", "properties": { "block_number": { "type": "integer", "example": 4106954, "default": 0 }, "timestamp": { "type": "string", "example": "2024-10-23T15:36:24Z" }, "issued": { "type": "string", "example": "7662539219921512" }, "staked": { "type": "string", "example": "5938451132111254" }, "accounts": { "type": "integer", "example": 137331, "default": 0 }, "active_accounts": { "type": "integer", "example": 115008, "default": 0 }, "balance_holders": { "type": "integer", "example": 102750, "default": 0 }, "active_balance_holders": { "type": "integer", "example": 80427, "default": 0 }, "extrinsics": { "type": "integer", "example": 97783629, "default": 0 }, "transfers": { "type": "integer", "example": 2680168, "default": 0 }, "subnets": { "type": "integer", "example": 53, "default": 0 }, "subnet_registration_cost": { "type": "string", "example": "1242632083598" } } } } }}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.