Get Top Accounts By Balance
Get list of accounts sorted descending by balance.
Query Parameters
limit?integer
Limit number of queried rows. Use with offset to batch read.
offset?integer
Skip first N rows. Use with limit to batch read.
Response Body
application/json
application/json
curl -X GET "https://example.com/api/v3/topAccountsByBalance"[
{
"account": "string",
"balance": "string"
}
]{
"code": 0,
"error": "string"
}