Hyperliquid Address Leaderboard

Get Perpetual Trading Leaderboard Data

post

Get perpetual trading leaderboard data showing the most profitable traders within a given date range. This endpoint provides trader performance metrics including total PnL, ROI, and account values.

What it helps to answer:

  1. Who are the most profitable perpetual traders in a given timeframe?

  2. What are the ROI percentages for top performing traders?

  3. What are the account values of successful perpetual traders?

  4. How do trader addresses and labels correlate with performance?

Key Features:

  • Trader address and label information

  • Total PnL tracking in USD

  • ROI calculations as percentages

  • Account value tracking

  • Flexible filtering and sorting options

Authorizations
apiKeystringRequired

API key for authentication

Body

Request model for Perp Leaderboard endpoint. This endpoint provides a perpetual trading leaderboard showing the most profitable traders within a given date range.

filtersany ofOptional

Additional filters to apply to the query.

Example: {"account_value":{"min":10000},"total_pnl":{"min":1000}}
premium_labelsany ofOptional

Controls label tier in the response. When null/omitted (default), returns labels as per subscription plan (existing behavior). When false, returns free-tier labels for all users. When true, returns premium labels. Note: In a future release, the default will change from true to false — pass premium_labels=true explicitly to preserve premium label behavior.

booleanOptional
order_byany ofOptional

Custom sort order to override the endpoint's default ordering

Responses
chevron-right
200

Perpetual trading leaderboard data

application/json
post
/api/v1/perp-leaderboard

Last updated

Was this helpful?