Skip to main content
Returns the sync status of the node. Returns false when the node is fully synced.

Parameters

No parameters.

Returns

result
object | boolean
false if the node is fully synced. Otherwise, a sync status object.

Example

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