⚠️Blast API (blastapi.io) ends Oct 31. Migrate to Dwellir and skip Alchemy's expensive compute units.
Switch Today →
Skip to main content

archive_v1_header

Description

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

Returns a block header for a given height.

Code Examples

curl -X POST https://api-bittensor-mainnet.n.dwellir.com/YOUR_API_KEY \
+ -H 'Content-Type: application/json' \
+ -d '{"jsonrpc":"2.0","method":"archive_v1_header","params":[],"id":1}'