Skip to main content

system_syncState RPC Method

Returns the state of the syncing of the node.

Updated on
Oct 4, 2023

system_syncState RPC Method

Parameters

This method does not accept any parameters

Returns

SyncState
string
The sync state of the node
startingBlock
integer
The block number from which the synchronization process started
currentBlock
integer
The block number that the node has currently synced up to
highestBlock
integer
The block number of the highest block in the blockchain network
Request
1
curl https://docs-demo.dot-mainnet.quiknode.pro/ \
2
-X POST \
3
-H "Content-Type: application/json" \
4
--data '{"method":"system_syncState","params":[],"id":1,"jsonrpc":"2.0"}'
5
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free