Skip to main content
GET
Get user leaderboard

Path Parameters

startTime
null | integer<int64>
required

Start timestamp in milliseconds (optional). Omit or pass 0 for all available history.

Required range: x >= 0
endTime
null | integer<int64>
required

End timestamp in milliseconds (optional). Omit or pass 0 for the latest available data.

Required range: x >= 0
count
integer | null
default:100
required

Maximum number of users to return (optional, defaults to 100, max 1000).

Required range: x >= 0
metric
null | any
default:pnl
required

Ranking metric. pnl orders by portfolio PnL (equity change net of cash flows); volume orders by fill notional.

account
string<hex>
required

Optional account whose leaderboard position should be returned even if outside count.

Response

Leaderboard

leaderboard
object[]
required

Users ranked by portfolio PnL (equity change net of deposits, withdrawals, and vault flows) and fill notional over the requested time range.

accountPosition
null | object

Requested account's 1-based leaderboard position, if account was provided and ranked.