Skip to main content

/eth/v1/node/syncing RPC Method

Loading...

Updated on
Apr 30, 2025

/eth/v1/node/syncing RPC Method

Parameters

This method does not accept any parameters

Returns

data
object
Loading...
is_syncing
boolean
Loading...
is_optimistic
boolean
Loading...
el_offline
boolean
Loading...
head_slot
string
Loading...
sync_distance
string
Loading...
Request
1
curl --location 'https://docs-demo.quiknode.pro/eth/v1/node/syncing' \
2
--header 'Content-Type: application/json'
Response
1
{
2
"data": {
3
"is_syncing": false,
4
"is_optimistic": false,
5
"el_offline": false,
6
"head_slot": "11579199",
7
"sync_distance": "0"
8
}
9
}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free