getBeaconBlobSidecars
Retrieve blob sidecars from a specified Beacon Chain block, enabling access to EIP-4844 blob data by block ID or slot number.
Instructions
Get blob sidecars for a Beacon Chain block (EIP-4844 blob data)
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 | |
| indices | No | Array of blob indices to filter by |