Saltar al contenido principal

eth_syncing

Returns an object with data about the sync status or false.

Params

(0)

Result

(syncing)
(one of)
currentBlock
string
Match pattern:
^0x([1-9a-f][0-9a-f]{0,63}|0)$
highestBlock
string
Match pattern:
^0x([1-9a-f][0-9a-f]{0,63}|0)$
startingBlock
string
Match pattern:
^0x([1-9a-f][0-9a-f]{0,63}|0)$
warpChunksAmount
string or null
Match pattern:
^0x([1-9a-f][0-9a-f]{0,63}|0)$
warpChunksProcessed
string or null
Match pattern:
^0x([1-9a-f][0-9a-f]{0,63}|0)$

Endpoint

Request

curl -X POST --data \
'{
"method": "eth_syncing",
"params": [],
"jsonrpc": "2.0",
"id": 1
}' \
-H "Content-Type: application/json" \
https://evmtestnet.confluxrpc.com