Storage nodes retain the full blockchain history. After blocks are mined and validated through the mempool path, they are persisted for long-term read access. Any client may request history that a given storage node chooses to serve, subject to deployment policy and capacity.
Public base URL
Read-oriented calls in this site use https://storage.lineage.to. For example, POST https://storage.lineage.to/latest_block follows the contract on the latest_block page. Self-hosted or alternate networks use a different host with the same route names when the software version matches.
Documented routes
These pages describe headers, request bodies, and the standard response envelope.
| Topic / operation | Reference |
|---|---|
block (shape) | Block (storage API) |
block_by_num | block_by_num |
blockchain_entry | blockchain_entry |
info | info (storage API) |
latest_block | latest_block |
The left navigation matches this list. Operations use the same response envelope pattern as mempool routes where applicable.