Skip to main content
GET
Get User Leaderboard Ranking (V2)
Get a specific user’s ranking position based on combined PnL across selected chains.

Usage

Response

Returns null if the user is not on the leaderboard (either not a trader or below the minimum threshold).

Notes

  • Ranking is 1-indexed (rank 1 = top trader)
  • When multiple chains are specified, PnL is summed across those chains for ranking
  • Omitting chains parameter uses all supported chains

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

address
string
default:0xa4e221aa5a7ba51b5d5c7d5c923bfb9bcebcb252
required

The address / public key.

chains
Available options:
base,
solana,
ethereum,
hyperliquid
onlyWithComments
enum<string>
default:false
Available options:
true,
false
timeframe
enum<string>
default:30d
Available options:
7d,
30d

Response

200

ranking
number | null
required
pnl
object | null
required