Wallet Specific Rank

Get ranks for a specific wallet

get

Retrieve comprehensive ranking information for a specific wallet address. Returns current ranks by default, or historical ranks if timestamp is provided.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
addressstringRequired

Wallet address

Query parameters
timestampany ofOptional

Optional: Unix timestamp in milliseconds for historical ranks. If omitted, returns current (latest) ranks.

integerOptional
or
nullOptional
Responses
chevron-right
200

Successful Response

application/json
get
/v1/trader/rankings/wallet/{address}

Last updated