eth_syncing
JSON-RPC methods
jsonrpc eth_syncing | TRON
TRON API method that returns an object describing the sync status or false if not syncing, using Ethereum-compatible JSON-RPC format.
POST
eth_syncing
TRON API method that returns an object describing the sync status or false if not syncing, using Ethereum-compatible JSON-RPC format. This method provides Ethereum tooling compatibility for synchronization status monitoring on TRON.
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
jsonrpc— the JSON-RPC protocol version (always “2.0”)method— the method name (always “eth_syncing”)params— parameters array (empty for this method)id— request identifier (number or string)
Response
jsonrpc— the JSON-RPC protocol version (“2.0”)id— the request identifier that matches the requestresult— sync status object with startingBlock, currentBlock, highestBlock fields, or false if not syncing
Use case
Thejsonrpc eth_syncing method is used for:
- Monitoring blockchain synchronization status with Ethereum-compatible tools
- Supporting node health checks and monitoring applications on TRON
- Enabling Ethereum-based infrastructure monitoring tools to work with TRON
- Providing sync status information for wallet and dApp integration
Body
application/json
Last modified on May 18, 2026