Docs

archive_v1_storage - JSON-RPC Method

Fetch storage at a given key and height via archive RPC on Bittensor.

Description

Query historical blocks, storage, and diffs via the archive service. Build fast historical analytics without re‑executing the chain.

Starts an archive storage operation for the requested block hash and storage queries. The call returns an opaque operation ID immediately, then streams matching archive_v1_storageEvent notifications over the same WebSocket connection.

Code Examples