Blocks

Fetch a Nakamoto block by its height and optional tip

Fetch a Nakamoto block by its height and optional tip.

get/v3/blocks/height/{block_height}

Path parameters

block_heightinteger required

The block's height (max 4294967295)

Parameters

./components/parameters/tip.yaml — unresolved $ref

Response

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

Changes