Skip to content

Get Live Pallets Pallet ID Storage ID

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

Media: application/json

Schema
{
"type": "object",
"required": [
"at",
"keys",
"pallet",
"palletIndex",
"storageItem",
"value"
],
"properties": {
"at": {
"type": "object",
"required": [
"hash",
"height"
],
"properties": {
"hash": {
"type": "string"
},
"height": {
"type": "string"
}
}
},
"keys": {
"type": "array",
"items": {
"type": "string"
}
},
"metadata": {
"allOf": [
{
"type": "object",
"required": [
"docs",
"fallback",
"modifier",
"name",
"type"
],
"properties": {
"docs": {
"type": "string"
},
"fallback": {
"type": "string"
},
"modifier": {
"type": "string"
},
"name": {
"type": "string"
},
"type": {}
}
}
],
"nullable": true
},
"pallet": {
"type": "string"
},
"palletIndex": {
"type": "string"
},
"storageItem": {
"type": "string"
},
"value": {}
}
}

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