eth_syncing
Returns a data object detailing the status of the sync process or false if not syncing.
Parameters
None
Returns
Object
- An object of type Syncing or false if not syncing.startingBlock
:QUANTITY
- The block at which the import started (will only be reset, after the sync reached his head)currentBlock
:QUANTITY
- The current block, same as eth_blockNumberhighestBlock
:QUANTITY
- The estimated highest block
POST
Path Parameters
Example:
"demo"
Body
application/json
Example:
1
Example:
"2.0"