Skip to main content
POST
eth_syncing
Tempo 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
jsonrpc
string
default:2.0
method
string
default:eth_syncing
params
any[]
id
integer
default:1

Response

200 - application/json

Sync status

jsonrpc
string
id
integer
result

false if the node is not syncing

Last modified on June 25, 2026