Skip to main content
Returns the synchronization status of the node.

Parameters

No parameters.

Returns

result
object | boolean
Returns false if the node is fully synced with the network. Returns a sync status object if the node is still catching up.

Example

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