Live: Get Raw Extrinsics For Specific Block
Endpoint
Section titled “Endpoint”GET /api/v1/live/blocks/{height}/extrinsics-rawTry it
Section titled “Try it”Parameters
Section titled “Parameters”| Name | In | Type | Required | Description |
|---|---|---|---|---|
height | path | integer | ✅ |
Responses
Section titled “Responses”Media: application/json
Schema
{ "type": "object", "required": [ "digest", "extrinsicRoot", "extrinsics", "number", "parentHash", "stateRoot" ], "properties": { "digest": { "type": "object", "required": [ "logs" ], "properties": { "logs": { "type": "array", "items": { "type": "object", "required": [ "index", "type", "value" ], "properties": { "index": { "type": "string" }, "type": { "type": "string" }, "value": { "type": "array", "items": { "type": "string" } } } } } } }, "extrinsicRoot": { "type": "string" }, "extrinsics": { "type": "array", "items": { "type": "string" } }, "number": { "type": "string" }, "parentHash": { "type": "string" }, "stateRoot": { "type": "string" } }}Examples
{ "Result": { "value": "{}" }}Authentication
Section titled “Authentication”All Taostats API requests require an Authorization header containing your API key. See Getting Started.