πHyperliquid Address Leaderboard
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 ofOptionalExample:
Additional filters to apply to the query.
{"account_value":{"min":10000},"total_pnl":{"min":1000}}order_byany ofOptional
Custom sort order to override the endpoint's default ordering
Responses
200
Perpetual trading leaderboard data
application/json
400
Bad Request
application/json
401
Unauthorized
application/json
403
Forbidden
application/json
404
Not Found
application/json
422
Unprocessable Content
application/json
429
Too Many Requests
application/json
500
Internal Server Error
application/json
post
/api/v1/perp-leaderboardLast updated
Was this helpful?