/v1/beacon/blocks/{block_id}/root
GET
https://eth-mainnetbeacon.g.alchemy.com/v2/docs-demo/eth/v1/beacon/blocks/{block_id}/root
Retrieves the hashTreeRoot of a BeaconBlock or BeaconBlockHeader.
Path Parameters
stringrequired
Block identifier. Can be one of: head (canonical head in node's view), genesis, finalized, <slot>, <hex encoded blockRoot with 0x prefix>.
Responses
200
Root of the requested block.
Was this page helpful?