Skip to content

Live: Get Extrinsic

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

Media: application/json

Schema
{
"type": "object",
"required": [
"at",
"extrinsic"
],
"properties": {
"at": {
"type": "object",
"required": [
"hash",
"height"
],
"properties": {
"hash": {
"type": "string"
},
"height": {
"type": "string"
}
}
},
"extrinsic": {
"type": "object",
"required": [
"args",
"era",
"events",
"hash",
"info",
"method",
"paysFee",
"success"
],
"properties": {
"args": {},
"era": {},
"events": {
"type": "array",
"items": {
"type": "object",
"required": [
"data",
"method"
],
"properties": {
"data": {},
"method": {}
}
}
},
"hash": {
"type": "string"
},
"info": {},
"method": {
"type": "object",
"required": [
"method",
"pallet"
],
"properties": {
"method": {},
"pallet": {
"type": "string"
}
}
},
"nonce": {
"type": "string",
"nullable": true
},
"paysFee": {
"type": "boolean"
},
"signature": {
"allOf": [
{
"type": "object",
"required": [
"signature",
"signer"
],
"properties": {
"signature": {
"type": "string"
},
"signer": {}
}
}
],
"nullable": true
},
"success": {
"type": "boolean"
},
"tip": {
"type": "string",
"nullable": true
}
}
}
}
}
Examples
{
"Result": {
"value": "{}"
}
}

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