post https://api.blockvision.org/v1/
Returns an object with data about the sync status. FALSE while no data.
Parameters
None
Returns
Object|Boolean
- An object with sync status data or FALSE
, when not syncing.
startingBlock(hex string)
.QUANTITY
- the block at which the import started (will only be reset, after the sync reached his head).currentBlock(hex string)
.QUANTITY
- the current block, same as eth_blockNumber.highestBlock(hex string)
.QUANTITY
- the estimated highest block.