/v1/beacon/rewards/blocks/{block_id}
GET
https://eth-mainnetbeacon.g.alchemy.com/v2/docs-demo/eth/v1/beacon/rewards/blocks/{block_id}
Retrieve block reward info for a single block. The total reward is the sum of proposer rewards from attestations, sync committees, and slashings included in the proposal.
Path Parameters
stringrequired
Block identifier. Can be one of: head (canonical head in node's view), genesis, finalized, <slot>, <hex encoded blockRoot with 0x prefix>.
Responses
200
Block reward info.
Was this page helpful?