v1

latestOpenAPI 3.1.0CC-02026-07-13565587.3 KB
Blocks

Get Nakamoto block by ID

Get a specific Nakamoto block (Stacks 3.x+) by its index block hash. This endpoint streams the block data from the Nakamoto staging blocks database where Nakamoto blocks are stored with additional metadata including tenure information.

Compatibility: Works with Nakamoto blocks only. For Stacks 2.x blocks, use /v2/blocks/{block_id}.

get/v3/blocks/{block_id}

Path parameters

block_idstring required
Example:0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef

The block's ID hash (64-character hex string)

Response

The raw SIP-003-encoded block will be returned.