Get list of accounts sorted descending by balance.
cURL
curl --request GET \ --url https://toncenter.com/api/v3/topAccountsByBalance
[ { "account": "<string>", "balance": "<string>" } ]
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?