🆕Perp PnL Leaderboard
Authorizations
apiKeystringRequired
API key for authentication
Body
Request model for TGM Perp PnL leaderboard endpoint. Simplified version that only supports Hyperliquid perpetual contracts.
token_symbolstringRequiredExample:
Perpetual contract symbol (e.g., BTC, ETH, SOL)
BTCfiltersany ofOptionalExample:
Additional filters to apply to the query.
{"pnl_usd_realised":{"min":1000},"position_value_usd":{"min":1000}}order_byany ofOptional
Custom sort order to override the endpoint's default ordering
Responses
200
TGM Perp PnL 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/tgm/perp-pnl-leaderboardLast updated
Was this helpful?