Eth_syncing

Check if node is syncing

post

Sends a JSON-RPC request to check whether the Ethereum node is currently syncing. Returns false if the node is fully synced, or an object containing sync progress if it is still syncing.

Authorizations
api-keystringRequired
Body
jsonrpcstringRequiredExample: 2.0
methodstringRequiredExample: eth_syncing
idintegerRequiredExample: 1
Responses
chevron-right
200

Returns sync status object or false

application/json
jsonrpcstringOptionalExample: 2.0
idintegerOptionalExample: 1
resultone ofOptional
booleanOptionalExample: false
or
post
/
200

Returns sync status object or false

Last updated