getBeaconHeaders
Retrieve Beacon Chain block headers from a specified network, optionally filtered by slot or parent root to access specific block data.
Instructions
Get Beacon Chain block headers, optionally filtered by slot or parent root
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| network | No | Network ID. Call listSupportedNetworks for all options. e.g. "eth-mainnet", "base-mainnet" | eth-mainnet |
| slot | No | Slot number to filter by | |
| parentRoot | No | Parent root to filter by |