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