TopAccountsByBalance

Get Top Accounts By Balance

get

Get list of accounts sorted descending by balance.

Authorizations
Query parameters
limitinteger · min: 1 · max: 1000Optional

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

offsetintegerOptional

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

Responses
200
OK
application/json
get
GET /api/v3/topAccountsByBalance HTTP/1.1
Host: ton-index.nownodes.io
X-Api-Key: YOUR_API_KEY
Accept: */*
[
  {
    "account": "text",
    "balance": "text"
  }
]