/v1/beacon/blocks/{block_id}/root
Retrieves the hashTreeRoot of a BeaconBlock or BeaconBlockHeader.
Path parameters
block_id
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_optimistic
Whether the execution payload is optimistic.
finalized
Whether the block is finalized.
data