Skip to main content

eth/v1/node/syncing REST API Endpoint

Loading...

Updated on
Mar 24, 2026

eth/v1/node/syncing REST API Endpoint

Parameters

This method does not accept any parameters

Returns

data
object
Loading...
head_slot
string
Loading...
sync_distance
string
Loading...
is_syncing
boolean
Loading...
is_optimistic
boolean
Loading...
el_offline
boolean
Loading...
Request
1
curl -X POST "https://docs-demo.bera-mainnet.quiknode.pro/" \
2
-H "Content-Type: application/json" \
3
-d '{
4
"jsonrpc": "2.0",
5
"method": "eth/v1/node/syncing",
6
"params": [],
7
"id": 1
8
}'
1
curl -X POST "https://docs-demo.bera-mainnet.quiknode.pro/" \
2
-H "Content-Type: application/json" \
3
-d '{
4
"jsonrpc": "2.0",
5
"method": "eth/v1/node/syncing",
6
"params": [],
7
"id": 1
8
}'
Response
1
{
2
"data": {
3
"head_slot": "18454434",
4
"sync_distance": "0",
5
"is_syncing": false,
6
"is_optimistic": false,
7
"el_offline": false
8
}
9
}
1
{
2
"data": {
3
"head_slot": "18454434",
4
"sync_distance": "0",
5
"is_syncing": false,
6
"is_optimistic": false,
7
"el_offline": false
8
}
9
}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free