Skip to content

Live: Get Raw Extrinsics For Specific Block

GET /api/v1/live/blocks/{height}/extrinsics-raw
Get a free API key →
curl
NameInTypeRequiredDescription
heightpathinteger

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": "{}"
}
}

All Taostats API requests require an Authorization header containing your API key. See Getting Started.