Skip to main content

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

Loading...

Updated on
Mar 24, 2026

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

Parameters

Path 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 -X GET "https://docs-demo.bera-mainnet.quiknode.pro/eth/v1/beacon/rewards/blocks/head" \
2
-H "Content-Type: application/json"
1
curl -X GET "https://docs-demo.bera-mainnet.quiknode.pro/eth/v1/beacon/rewards/blocks/head" \
2
-H "Content-Type: application/json"
Response
1
{
2
"execution_optimistic": false,
3
"finalized": true,
4
"data": {
5
"proposer_index": "1",
6
"total": "1",
7
"attestations": "1",
8
"sync_aggregate": "1",
9
"proposer_slashings": "1",
10
"attester_slashings": "1"
11
}
12
}
1
{
2
"execution_optimistic": false,
3
"finalized": true,
4
"data": {
5
"proposer_index": "1",
6
"total": "1",
7
"attestations": "1",
8
"sync_aggregate": "1",
9
"proposer_slashings": "1",
10
"attester_slashings": "1"
11
}
12
}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free