Skip to main content

/eth/v1/beacon/states/{state_id}/pending_consolidations REST API Endpoint

Loading...

Updated on
Jul 28, 2025

/eth/v1/beacon/states/{state_id}/pending_consolidations REST API Endpoint

Parameters

state_id
string
REQUIRED
Loading...

Returns

execution_optimistic
boolean
Loading...
finalized
boolean
Loading...
data
array
Loading...
source_index
string
Loading...
target_index
string
Loading...
Request
1
curl -X GET \
2
"https://docs-demo.quiknode.pro/eth/v1/beacon/states/head/pending_consolidations" \
3
-H "accept: application/json"
Response
1
{
2
"execution_optimistic": false,
3
"finalized": false,
4
"data": [
5
{
6
"source_index": "1084521",
7
"target_index": "1834969"
8
},
9
{
10
"source_index": "1083922",
11
"target_index": "1834969"
12
}
13
]
14
}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free