PnL Leaderboard
Authorizations
apiKeystringRequired
API key for authentication
Body
Request model for TGM PnL leaderboard endpoint. This endpoint provides a token PnL leaderboard showing the most profitable traders for a specific token within a given date range.
chainstring · enumRequiredExample:
Blockchain chain
ethereumPossible values: token_addressstringRequiredExample:
Token address
0x6982508145454ce325ddbe47a25d4ec3d2311933filtersany ofOptionalExample:
Additional filters to apply to the query.
{"holding_usd":{"min":1000},"pnl_usd_realised":{"min":1000}}order_byany ofOptional
Custom sort order to override the endpoint's default ordering
Responses
200
TGM 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/pnl-leaderboardLast updated
Was this helpful?