eth_syncing
Returns an object with data about the sync status or false.
- CURL
curl --request POST \
--url https://evm.confluxrpc.com \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"id": 1,
"jsonrpc": "2.0",
"params": [],
"method": "eth_syncing"
}'
Result
Sync status
oneOf
- SyncInfo
"none"
type : object
currentBlock currentBlock
highestBlock highestBlock
startingBlock startingBlock
warpChunksAmount warpChunksAmount
warpChunksProcessed warpChunksProcessed
type : string
Possible values :
none