Get you 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