getAddressBalance
TON node API
getAddressBalance | TON v2
The getAddressBalance method retrieves the balance of a specific address on the TON blockchain. Available on TON v2 via Chainstack.
GET
getAddressBalance
The
getAddressBalance method retrieves the balance of a specific address on the TON blockchain. This method provides a straightforward way to check the current balance of any TON address.
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.
TON billing: full (1 RU)This method is always billed as full. See Request units — TON method scope.
JSON-RPC example
Shell
Parameters
address(string, required) — The address for which to retrieve the balance. Example:EQDtFpEwcFAEcRe5mLVh2N6C0x-_hJEM7W61_JLnSF74p4q2.
Response
balance(string) — The balance of the address in nanotons. 1 TON = 1,000,000,000 nanotons.
Use case
A possible use case for thegetAddressBalance method in TON is for wallet applications, blockchain explorers, or any DApp that needs to display or work with account balances. This method can be used to:
- Show users their current balance.
- Check if an account has sufficient funds before initiating a transaction.
- Monitor balance changes over time for analytics purposes.
Last modified on June 4, 2026