Skip to main content
GET
/
api
/
v3
/
topAccountsByBalance
List top accounts by balance
curl --request GET \
  --url https://toncenter.com/api/v3/topAccountsByBalance
[
  {
    "account": "<string>",
    "balance": "<string>"
  }
]

Query Parameters

limit
integer
default:10

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

Required range: 1 <= x <= 1000
offset
integer
default:0

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

Required range: x >= 0

Response

OK

account
string
balance
string
I