Skip to main content

/eth/v1/beacon/rewards/blocks/{block_id} REST API Endpoint

Loading...

Updated on
Jul 28, 2025

/eth/v1/beacon/rewards/blocks/{block_id} REST API Endpoint

Query Parameters

block_id
string
REQUIRED
Loading...

Returns

execution_optimistic
boolean
Loading...
finalized
boolean
Loading...
data
object
Loading...
proposer_index
string
Loading...
total
string
Loading...
attestations
string
Loading...
sync_aggregate
string
Loading...
proposer_slashings
string
Loading...
attester_slashings
string
Loading...
Request
1
curl --location 'https://docs-demo.quiknode.pro/eth/v1/beacon/rewards/blocks/head' \
2
--header 'accept: application/json'
Response
1
{
2
"execution_optimistic": false,
3
"finalized": false,
4
"data": {
5
"proposer_index": "24880",
6
"total": "46069364",
7
"attestations": "44424455",
8
"sync_aggregate": "1644909",
9
"proposer_slashings": "0",
10
"attester_slashings": "0"
11
}
12
}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free