Skip to main content

Chunk by Hash

chunk request type

Use this when another tool has already given you an exact chunk hash and you want the canonical protocol chunk: the header, the transactions included there, and the incoming receipts that shard executed in that block.

On NEAR, a signed transaction can hand off into receipts that keep running on later chunks or different shards. This route is the right fit once the chunk hash is already known from a block summary, a tracing workflow, or a proof/debugging flow. If you know the block and shard coordinates instead, use Chunk by Block and Shard. For a worked receipt-to-chunk tracing example, see RPC Examples.

Fetch a single chunk's transactions and receipts by its Base58 content hash.

Loading operation details...

Loading operation details...