Get list of accounts sorted descending by balance.
cURL
curl --request GET \ --url https://toncenter.com/api/v3/topAccountsByBalance
[ { "account": "<string>", "balance": "<string>" } ]
Documentation IndexFetch the complete documentation index at: https://companyname-a7d5b98e-vanity-edits.mintlify.app/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://companyname-a7d5b98e-vanity-edits.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Limit number of queried rows. Use with offset to batch read.
1 <= x <= 1000
Skip first N rows. Use with limit to batch read.
x >= 0
OK
Was this page helpful?