TON CenterV3Stats
applications/api/toncenter/v3/stats/get-top-accounts-by-balance
Query Parameters
limit?integer
Limit number of queried rows. Use with offset to batch read.
Default
10Format
int32Range
1 <= value <= 1000offset?integer
Skip first N rows. Use with limit to batch read.
Default
0Format
int32Range
0 <= valueResponse Body
application/json
application/json
curl -X GET "https://example.com/api/v3/topAccountsByBalance"[
{
"account": "string",
"balance": "string"
}
]{
"code": 0,
"error": "string"
}Last updated on