Skip to main content

eth/v1/beacon/headers REST API Endpoint

Loading...

Updated on
Mar 24, 2026

eth/v1/beacon/headers REST API Endpoint

Parameters

Query Parameters

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

Returns

execution_optimistic
boolean
Loading...
finalized
boolean
Loading...
data
array
Loading...
root
string
Loading...
canonical
boolean
Loading...
header
object
Loading...
message
object
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 "https://docs-demo.bera-mainnet.quiknode.pro/eth/v1/beacon/headers" \
2
-H "Content-Type: application/json"
1
curl -X GET "https://docs-demo.bera-mainnet.quiknode.pro/eth/v1/beacon/headers" \
2
-H "Content-Type: application/json"
Response
1
{
2
"execution_optimistic": false,
3
"finalized": true,
4
"data": [
5
{
6
"root": "0xdd5fdfa430e0ad45c8cc0464e13f04362bf2774685333050202eb96a539c047f",
7
"canonical": true,
8
"header": {
9
"message": {
10
"slot": "18454432",
11
"proposer_index": "63",
12
"parent_root": "0xcd6b0a342d91732c227ee25fe5fce40e06359a667239040a4766a23182f75e9c",
13
"state_root": "0xadb936332b314ecc75391882166c45048b4817a32df459285d8ed2efca43a152",
14
"body_root": "0xdd5fdfa430e0ad45c8cc0464e13f04362bf2774685333050202eb96a539c047f"
15
},
16
"signature": ""
17
}
18
}
19
]
20
}
1
{
2
"execution_optimistic": false,
3
"finalized": true,
4
"data": [
5
{
6
"root": "0xdd5fdfa430e0ad45c8cc0464e13f04362bf2774685333050202eb96a539c047f",
7
"canonical": true,
8
"header": {
9
"message": {
10
"slot": "18454432",
11
"proposer_index": "63",
12
"parent_root": "0xcd6b0a342d91732c227ee25fe5fce40e06359a667239040a4766a23182f75e9c",
13
"state_root": "0xadb936332b314ecc75391882166c45048b4817a32df459285d8ed2efca43a152",
14
"body_root": "0xdd5fdfa430e0ad45c8cc0464e13f04362bf2774685333050202eb96a539c047f"
15
},
16
"signature": ""
17
}
18
}
19
]
20
}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free