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 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.
TON pricing is the same for full, archive, v2, v3There’s no difference between a full node an archive node in data availability or pricing.
All data is always available and all node requests are consumed as 1 request unit.
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.
Query Parameters
Maximum number of accounts to return
Number of accounts to skip