getBeaconBlockRoot
Retrieve the root hash of a Beacon Chain block by providing its block ID: head, genesis, finalized, slot number, or 0x-prefixed root.
Instructions
Get the root hash of a specific Beacon Chain block
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| network | No | Network ID. Call listSupportedNetworks for all options. e.g. "eth-mainnet", "base-mainnet" | eth-mainnet |
| blockId | Yes | Block ID: head, genesis, finalized, slot number, or 0x-prefixed block root |