Skip to main content

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

Loading...

Updated on
Jul 28, 2025

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

Parameters

state_id
string
REQUIRED
Loading...

Returns

execution_optimistic
Boolean
Loading...
data
Loading...
previous_justified
array
Loading...
epoch
string
Loading...
root
string
Loading...
current_justified
array
Loading...
epoch
string
Loading...
root
string
Loading...
final_justified
array
Loading...
epoch
string
Loading...
root
string
Loading...
Request
1
curl -X GET \
2
"https://docs-demo.quiknode.pro/eth/v1/beacon/states/head/finality_checkpoints" \
3
-H "accept: application/json"
4
Response
1
{
2
"execution_optimistic": false,
3
"finalized": false,
4
"data": {
5
"previous_justified": {
6
"epoch": "362031",
7
"root": "0x73b5a6d2eaa71fa6b9377672f5635127e12a6f2e55609c5f2eb1c4dd4c3d4d57"
8
},
9
"current_justified": {
10
"epoch": "362032",
11
"root": "0x69078f161082cbddcbbf6d2abe605f3a1f56005dac5300ff15bf8b3961d67643"
12
},
13
"finalized": {
14
"epoch": "362031",
15
"root": "0x73b5a6d2eaa71fa6b9377672f5635127e12a6f2e55609c5f2eb1c4dd4c3d4d57"
16
}
17
}
18
}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free