---
title: "GetBeaconRewardsBlocksByBlockId"
method: GET
path: "/{apiKey}/eth/v1/beacon/rewards/blocks/{blockId}"
---

# GetBeaconRewardsBlocksByBlockId

`GET /{apiKey}/eth/v1/beacon/rewards/blocks/{blockId}`

Get block rewards. Retrieve block reward info for a single block.

## Path parameters

- `apiKey` string, 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>.
- `blockId` string, required

## Response `200`

Block rewards.

- object
  - `execution_optimistic` boolean, required — True if the response references an unverified execution payload. Optimistic information may be invalidated at a later time. If the field is not present, assume the False value.
  - `finalized` boolean, required — True if the response references the finalized history of the chain, as determined by fork choice. If the field is not present, additional calls are necessary to compare the epoch of the requested information with the finalized checkpoint.
  - `data` object, required — Rewards info for a single block
    - `proposer_index` string, required — proposer of the block, the proposer index who receives these rewards
    - `total` string, required — total block reward in gwei, equal to attestations + sync_aggregate + proposer_slashings + attester_slashings
    - `attestations` string, required — block reward component due to included attestations in gwei
    - `sync_aggregate` string, required — block reward component due to included sync_aggregate in gwei
    - `proposer_slashings` string, required — block reward component due to included proposer_slashings in gwei
    - `attester_slashings` string, required — block reward component due to included attester_slashings in gwei

---

[API](https://skmtc.net/zan/apis/zan-getnftmetadata.md) · [All operations](https://skmtc.net/zan/apis/zan-getnftmetadata/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zan/zan-getnftmetadata/versions/be8fa2338895/schema)
