Leaderboard

Ranked list of tracked wallets for a chain, wallet type and period. Each entry includes profile, period_stats (native + USD volume and PnL, win rate, average hold time) and a win-rate distribution. Results are sorted by volume.

Get the wallet leaderboard

get

Returns the ranked wallet leaderboard for the given chain, type and period.

Parameters / settings

  • blockchain (required) — one of: solana, bnb, base, eth

  • type (optional, default kol) — one of: kol, smart, whale (availability depends on chain)

  • period (optional, default 1d) — one of: 6h, 1d, 7d, 30d

  • limit (optional) — number of entries to return. Omit it to get ALL entries (no cap).

  • cursor (optional) — wallet address from a previous page for pagination

  • api_key (optional if Bearer header is used)

Alias: GET /v1/wallets/leaderboard is identical.

Authorizations
AuthorizationstringRequired

Authorization: Bearer YOUR_KEY

Query parameters
blockchainstring · enumRequiredExample: solanaPossible values:
typestring · enumOptionalDefault: kolExample: kolPossible values:
periodstring · enumOptionalDefault: 1dExample: 1dPossible values:
limitinteger · min: 1OptionalExample: 50
cursorstringOptional
api_keystringOptionalExample: YOUR_KEY
Responses
200

Ranked leaderboard.

application/json
successbooleanOptional
metaobjectOptional
get
/v1/wallet/leaderboard

Last updated