eth_getBalance
JSON-RPC methods
jsonrpc eth_getBalance | TRON
TRON API method that returns the TRX balance of an account. This method provides Ethereum-compatible interface for TRON blockchain.
POST
eth_getBalance
TRON API method that returns the TRX balance of a specified account in wei format, providing an Ethereum-compatible interface for accessing TRON blockchain data.
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_getBalance”)params— array containing method parametersaddress— the account address to check balance forblockParameter— only"latest"is supported; TRON has no historical state queries, see Historical data availability
id— request identifier (number or string)
Response
jsonrpc— the JSON-RPC protocol version (“2.0”)id— the request identifier that matches the requestresult— the account balance in wei (as hexadecimal string)
Use case
Thejsonrpc eth_getBalance method is used for:
- Checking TRX account balances through Web3-compatible interfaces in wallets and dApps
- Implementing balance validation logic before executing transactions
- Building portfolio tracking and financial analysis tools for TRON assets
- Monitoring account balances for payment processing and settlement systems
Body
application/json
Last modified on June 4, 2026