Historical Token PnL Leaderboard
Authorizations
apiKeystringRequired
API key for authentication
Body
Request model for the historical PnL leaderboard endpoint.
Returns per-trader PnL statistics for a token over a date range with temporally-correct labels resolved at date_to. Uses label history tables to avoid forward-looking bias.
Supports page-based pagination via per_page and page.
chainstring · enumRequiredExample:
Blockchain chain
ethereumPossible values: token_addressstringRequiredExample:
Token contract address
0x6982508145454ce325ddbe47a25d4ec3d2311933filtersany ofOptional
Optional filters applied server-side
order_byany ofOptional
Sort order. Defaults to pnl_usd_total DESC. Only the first element is used.
apply_blacklist_filterbooleanOptionalDefault:
When True, exclude blacklisted addresses from the results. Defaults to True.
trueExample: trueResponses
200
Historical TGM PnL leaderboard data
application/json
400
Bad Request
application/json
401
Unauthorized
application/json
402
Payment Required
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/v1beta1/tgm/historical-pnl-leaderboardLast updated
Was this helpful?