getBeaconBlockRewards
Retrieve the breakdown of Beacon block rewards including proposer, attestation, and sync committee rewards for any given block ID on Ethereum.
Instructions
Get the block rewards breakdown (proposer, attestation, sync committee) for a Beacon block
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 |