eth_syncing
Chain info | Tempo
eth_syncing | Tempo
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.
POST
eth_syncing
Tempo API method that returns the sync status of the node. ReturnsDocumentation Index
Fetch the complete documentation index at: https://docs.chainstack.com/llms.txt
Use this file to discover all available pages before exploring further.
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
result—falseif not syncing, or a sync status object:startingBlock— block at which sync startedcurrentBlock— current block being syncedhighestBlock— estimated highest block
eth_syncing code examples
Last modified on May 18, 2026