Skip to content

Get Live Pallets Pallet ID Storage

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

Media: application/json

Schema
{
"type": "object",
"required": [
"items",
"pallet",
"palletIndex"
],
"properties": {
"items": {
"type": "array",
"items": {
"type": "object",
"required": [
"docs",
"fallback",
"modifier",
"name",
"type"
],
"properties": {
"docs": {
"type": "string"
},
"fallback": {
"type": "string"
},
"modifier": {
"type": "string"
},
"name": {
"type": "string"
},
"type": {}
}
}
},
"pallet": {
"type": "string"
},
"palletIndex": {
"type": "string"
}
}
}

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