debugGetRawHeader
Get the raw RLP-encoded block header for any block number or tag. Ideal for debugging or obtaining the exact encoded header data from Ethereum or compatible networks.
Instructions
Get the raw RLP-encoded block header for a given block number or tag
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| network | No | Network ID. Call listSupportedNetworks for all options. e.g. "eth-mainnet", "base-mainnet" | eth-mainnet |
| blockNumberOrTag | Yes | Block number in hex or tag like 'latest' |