Skip to content

Live: Get Pallet Events

GET /api/v1/live/pallets/{pallet_id}/events
Get a free API key →
curl
NameInTypeRequiredDescription
pallet_idpathstring

Media: application/json

Schema
{
"type": "object",
"required": [
"at",
"items",
"pallet",
"palletIndex"
],
"properties": {
"at": {
"type": "object",
"required": [
"hash",
"height"
],
"properties": {
"hash": {
"type": "string"
},
"height": {
"type": "string"
}
}
},
"items": {
"type": "array",
"items": {
"type": "object",
"required": [
"args",
"docs",
"fields",
"index",
"name"
],
"properties": {
"args": {
"type": "array",
"items": {
"type": "string"
}
},
"docs": {
"type": "array",
"items": {
"type": "string"
}
},
"fields": {},
"index": {
"type": "string"
},
"name": {
"type": "string"
}
}
}
},
"pallet": {
"type": "string"
},
"palletIndex": {
"type": "string"
}
}
}
Examples
{
"Result": {
"value": "{}"
}
}

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