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_blockNumber
    • highestBlock: QUANTITY - The estimated highest block
Language
URL
Click Try It! to start a request and see the response here!