Skip to main content
POST
Returns users leaderboard (at the top of the board are users, that have generated the most fees)

Body

skip
integer<int32>
required

items to skip (pagination)

take
integer<int32>
required

Number of items to return (pagination) max page size is 100

walletAddress
string | null

Address of a wallet to search for [hex of base58, optional]

Response

OK

Users leaderboard page info

users
object[] | null

Leaderboard items from requested page

totalCount
integer<int32>

Total number of leaderboard items

searchResult
object