Syncing

post

Returns an object with data about the sync status or false.

Parameters

none

Returns

  • Object|Boolean, An object with sync status data or FALSE, when 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

Body
jsonrpcstringRequired
methodstringRequired
paramsstring[]Required
idinteger · int32Required
Responses
200
Successful Operation
post
POST //syncing HTTP/1.1
Host: tomo.nownodes.io
Content-Type: application/json
Accept: */*
Content-Length: 59

{
  "jsonrpc": "2.0",
  "method": "eth_syncing",
  "params": [],
  "id": 1
}

No content

Revision created

GitBook: No commit message