Skip to content

Live: Get Pallet Consts

GET /api/v1/live/pallets/{pallet_id}/consts
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": [
"docs",
"name",
"type",
"value"
],
"properties": {
"docs": {
"type": "array",
"items": {
"type": "string"
}
},
"name": {
"type": "string"
},
"type": {
"type": "string"
},
"value": {
"type": "string"
}
}
}
},
"pallet": {
"type": "string"
},
"palletIndex": {
"type": "string"
}
}
}
Examples
{
"Result": {
"value": "{}"
}
}

Interactive request console coming soon. In the meantime you can use the OpenAPI spec with any client (Insomnia, Bruno, Scalar, curl).

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