Skip to main content

/eth/v1/beacon/headers REST API Endpoint

Loading...

Updated on
Jul 28, 2025

/eth/v1/beacon/headers REST API Endpoint

Parameters

slot
string
Loading...
parent_root
string
Loading...

Returns

execution_optimistic
boolean
Loading...
data
Loading...
root
string
Loading...
canonical
boolean
Loading...
header
array
Loading...
message
array
Loading...
slot
string
Loading...
proposer_index
string
Loading...
parent_root
string
Loading...
state_root
string
Loading...
body_root
string
Loading...
signature
string
Loading...
Request
1
curl -X GET \
2
"https://docs-demo.quiknode.pro/eth/v1/beacon/headers" \
3
-H "accept: application/json"
Response
1
{
2
"execution_optimistic": false,
3
"finalized": false,
4
"data": [
5
{
6
"root": "0x4f289577b582ac7584c11c9ad8411734441685c64d19988b899af678ef2178f9",
7
"canonical": true,
8
"header": {
9
"message": {
10
"slot": "11579198",
11
"proposer_index": "787092",
12
"parent_root": "0x0fc1061b0162ef708f446d24216df3b90908b82a59b3479decd8f23471ee34fd",
13
"state_root": "0xa6f44f77854b5d8d37533eb845e7ef6423e2c3d5be0aa9a49d0cf1aba1007222",
14
"body_root": "0x31b9547ffed84b16030284d92363611fe9326c0a6b9593978c07667446d874fc"
15
},
16
"signature": "0xb9812e996d8341fb492930f94ea0531315c1a79614b0951f32835a1706f6ff7dd9fb61c7dad96f962f9ae4cb037d27ea15e6e01828d79919b61fef85474bfa863730cd8275a61058fd9f86c24cc2790bdff1075c8ea0ae3038f4aa09a0b42c78"
17
}
18
}
19
]
20
}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free