Top Traders by Account Value

Get top traders by account value with active perp positions

get

Returns top wallets ranked by account value (default) among traders with active perp positions. Supports sorting by account_value, position_value, position_size, or unrealized_pnl. Optionally filter by token — position_size is only available when a token is specified.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
limitinteger · min: 1 · max: 100Optional

Number of wallets to return

Default: 50
sort_bystringOptional

Field to sort by

Default: account_valuePattern: ^(account_value|position_value|position_size|unrealized_pnl)$
sort_orderstringOptional

Sort direction

Default: descPattern: ^(asc|desc)$
tokenany ofOptional

Optional token filter (e.g. BTC, ETH). Omit to aggregate all tokens.

stringOptional
or
nullOptional
Responses
chevron-right
200

Successful Response

application/json
totalintegerRequired
get
/v1/trader/rankings/account-value

Last updated