getBeaconHeaderByBlockId
Retrieve the header of a Beacon Chain block by specifying its block ID. Supports identifiers like head, genesis, finalized, slot number, or 0x-prefixed block root.
Instructions
Get a specific Beacon Chain block header by its block ID
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 |