v1
latestOpenAPI 3.1.02026-07-2612501.4 MBGetBeaconRewardsBlocksByBlockId
Get block rewards. Retrieve block reward info for a single block.
get/{apiKey}/eth/v1/beacon/rewards/blocks/{blockId}
Path parameters
apiKeystring required
<style>
.custom-style {
color: #048FF4;
}
</style>
For higher throughput, please <span class="custom-style"><a href="../docs/quick-start-guide#-creating-your-api-key-on-the-zan-platform" target="_blank">create your own API key</a></span>.
blockIdstring required
Block identifier. Can be one of: "head" (canonical head in node's view), "genesis", "finalized", <slot>, <hex encoded blockRoot with 0x prefix>.
Response
Block rewards.
Example response
{
"data": {
"proposer_index": "123",
"total": "123",
"attestations": "123",
"sync_aggregate": "123",
"proposer_slashings": "123",
"attester_slashings": "123"
}
}