/v2/beacon/blocks/{block_id}

Retrieves full block details for the given block identifier.

Path parameters

block_idstringRequired

Block identifier. Can be one of: head (canonical head in node’s view), genesis, finalized, <slot>, <hex encoded blockRoot with 0x prefix>.

Response

Block retrieved successfully.
versionstring or null

Protocol version (e.g. “electra”).

execution_optimisticboolean or null
Whether the execution payload is optimistic.
finalizedboolean or null
Whether the block is finalized.
dataobject or null
Block contents.