Get Top Accounts by Balance
TON node API
topAccountsByBalance | TON v3
The topAccountsByBalance endpoint retrieves accounts with the highest TON balances on the network. Use it on TON v3 via Chainstack.
GET
Get Top Accounts by Balance
Top Accounts by Balance
ThetopAccountsByBalance endpoint retrieves accounts with the highest TON balances on the network. This provides a snapshot of the wealthiest addresses on the TON blockchain.
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.
Parameters
limit(integer, optional) — Maximum number of accounts to return. Default:10.offset(integer, optional) — Number of accounts to skip for pagination. Default:0.
Response
-
accounts(array) — Array of account objects sorted by balance descending:address(string) — Account address.balance(string) — Balance in nanotons.account_status(string) — Account status (active,uninit,frozen).last_activity(integer) — Last activity timestamp.
-
address_book(object) — Address book mapping with names for known addresses.
Use case
ThetopAccountsByBalance endpoint is valuable for network analysis and research:
- Network statistics dashboards showing wealth distribution.
- Research tools analyzing TON token concentration.
- Block explorers displaying rich list pages.
- Market analysis tools tracking whale wallets.
- Ecosystem health monitoring and reporting.
Last modified on June 4, 2026