/v1/beacon/blocks/{block_id}/root

Retrieves the hashTreeRoot of a BeaconBlock or BeaconBlockHeader.

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

Root of the requested block.
execution_optimisticboolean or null
Whether the execution payload is optimistic.
finalizedboolean or null
Whether the block is finalized.
dataobject or null