Skip to main content
GET
/
api
/
v3
/
topAccountsByBalance
Get Top Accounts By Balance
curl --request GET \
  --url https://toncenter.com/api/v3/topAccountsByBalance
[
  {
    "account": "<string>",
    "balance": "<string>"
  }
]

Documentation Index

Fetch the complete documentation index at: https://toncenter.ness.su/llms.txt

Use this file to discover all available pages before exploring further.

Query Parameters

limit
integer
default:10

Limit number of queried rows. Use with offset to batch read.

offset
integer
default:0

Skip first N rows. Use with limit to batch read.

Response

OK

account
string
balance
string