eth_syncing
Returns an object with data about the sync status or false.
Parameters (by position)
This method does not accept any parameters.
Result
Syncing status object or unknown
Show Option 1 Syncing progress object
Syncing progress objectSyncing progress fields
Syncing status object
Syncing progress
Show Syncing status object
Syncing status objectSyncing status fields
-
startingBlock
stringStarting block
Match pattern:
^0x(0|[1-9a-f][0-9a-f]*)$
-
currentBlock
stringCurrent block
Match pattern:
^0x(0|[1-9a-f][0-9a-f]*)$
-
highestBlock
stringHighest block
Match pattern:
^0x(0|[1-9a-f][0-9a-f]*)$
-
additionalProperties
false
Show Option 2 Not syncing boolean
Not syncing booleanNot syncing fields
Should always return false if not syncing.
Syncing status boolean
Should always return false if not syncing.