Leaderboard

List trending wallets

Returns wallets ranked by trailing-window realized P&L (Polymarket-only discovery), with opaque page-cursor pagination. Each row carries window P&L, volume, distinct markets, grade, hot-streak tier, and a zero-filled daily P&L series. The underlying read model is warmed into Redis; a cold read returns 503 (warming, retry-after), never a 500 or a fabricated ranking. Polymarket-only: the read model filters platform = 'polymarket'.

get/api/v1/leaderboard/trending

Query parameters

limitinteger
cursorstring

Opaque pagination cursor from a previous response.

window'7d' | '30d'

Trailing window.

Response

Trending wallets list

object'list' required
has_moreboolean required
next_cursorstring nullable

Opaque cursor for the next page; absent on the last page.

totalinteger nullable

Total ranked rows when the read model exposes a count; may be absent.

Changes