Skip to main content
POST
eth_syncing
Arc API method that returns the sync status of the node. Returns false if the node is fully synced, or a sync status object if syncing.
Get your own node endpoint todayStart for free and get your app to production levels immediately. No credit card required.You can sign up with your GitHub, X, Google, or Microsoft account.

Parameters

  • none

Response

  • resultfalse if not syncing, or a sync status object:
    • startingBlock — block at which sync started
    • currentBlock — current block being synced
    • highestBlock — estimated highest block

eth_syncing code examples

Body

application/json
id
integer
default:1
jsonrpc
string
default:2.0
method
string
default:eth_syncing
params
array

Response

200 - application/json

Returns the result of eth_syncing.

jsonrpc
string
id
integer
result
boolean
Last modified on August 3, 2026