Skip to main content
Retrieve block data from individual shards, query cross-shard hyperblocks, and track which accounts changed in a given block.

Shard blocks

Query parameters
The Gateway queries full-history observers first, then falls back to regular observers. Block responses are TTL-cached.

Altered accounts

Query parameters Use altered accounts to build an indexer that tracks which addresses changed in each block without parsing full transaction data.

Blocks by round

Returns one block per shard. The Gateway fans out to all shard observers in parallel.

Hyperblocks

Hyperblocks provide a cross-shard unified view anchored to a metachain block. Each hyperblock contains all transactions from all shards that the metablock notarized. Query parameters
Hyperblocks include transactions (withTxs=true is implicit). Use them when you need a complete cross-shard view at a specific metachain height.