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.
GET /api/v3/topAccountsByBalance HTTP/1.1 Host: ton-index.nownodes.io X-Api-Key: YOUR_API_KEY Accept: */*
OK
[ { "account": "text", "balance": "text" } ]