Accounts
getTopAccounts
Get a list of 200 accounts having the highest balance of Sui coins.
get/v1/accounts/top
Query parameters
pageinteger required
Queried API page.
sizeinteger required
Number of queried entries.
orderBy'ASC' | 'DESC' required
Sorting method: from the lowest element to the highest (ASC) or from the highest element to the lowest (DESC).
sortBy'FIRST_SEEN' | 'LAST_SEEN' | 'TRANSACTIONS' | 'BALANCE' required
Select sorting parameter.
Select sorting parameter.
Response
OK