Skip to main content

system_syncState RPC Method

Loading...

Updated on
Apr 01, 2026

system_syncState RPC Method

Parameters

This method does not accept any parameters

Returns

result
string
Loading...
startingBlock
integer
Loading...
currentBlock
integer
Loading...
highestBlock
integer
Loading...
Request
1
curl -X POST "https://docs-demo.peaq-mainnet.quiknode.pro/" \
2
-H "Content-Type: application/json" \
3
-d '{
4
"jsonrpc": "2.0",
5
"method": "system_syncState",
6
"params": [],
7
"id": 1
8
}'
1
curl -X POST "https://docs-demo.peaq-mainnet.quiknode.pro/" \
2
-H "Content-Type: application/json" \
3
-d '{
4
"jsonrpc": "2.0",
5
"method": "system_syncState",
6
"params": [],
7
"id": 1
8
}'
Response
1
{
2
"jsonrpc": "2.0",
3
"result": {
4
"startingBlock": 7032183,
5
"currentBlock": 9237886,
6
"highestBlock": 9237886
7
},
8
"id": 1
9
}
1
{
2
"jsonrpc": "2.0",
3
"result": {
4
"startingBlock": 7032183,
5
"currentBlock": 9237886,
6
"highestBlock": 9237886
7
},
8
"id": 1
9
}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free