debugGetRawBlock
Retrieve raw RLP-encoded block data by specifying a block number (hex) or tag like 'latest' for debugging and advanced analysis.
Instructions
Get the raw RLP-encoded block data 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' |