Get Runtime Version
Endpoint
Section titled “Endpoint”GET /api/runtime_version/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": 4345556, "default": 0 }, "timestamp": { "type": "string", "example": "2024-11-25T21:35:36Z" }, "runtime_version": { "type": "integer", "example": 210, "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.