Documentation / API reference / RPC Live
Get Live Pallets Pallet ID Storage ID
Last reviewed 2026-09-18
Returns information for a runtime storage entry, including its keys, metadata and value when available.
Try it
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
pallet_id | path | string | Yes | |
id | path | string | Yes |
Responses
200 — Response
| Field | Type | Required |
|---|---|---|
at | object | Yes |
at.hash | string | Yes |
at.height | string | Yes |
keys | array | Yes |
keys[] | string | Yes |
metadata | object, nullable | |
metadata.docs | string | Yes |
metadata.fallback | string | Yes |
metadata.modifier | string | Yes |
metadata.name | string | Yes |
metadata.type | object | Yes |
pallet | string | Yes |
palletIndex | string | Yes |
storageItem | string | Yes |
value | object | Yes |
Every request needs an Authorization header holding your API key — see Getting started with the Taostats API.