For the complete documentation index, see llms.txt. This page is also available as Markdown.

Historical Token PnL Leaderboard

Get historical "Token God Mode" (TGM) PnL leaderboard (Beta)

post

Beta — subject to breaking changes.

Per-trader PnL statistics for a specific token over a historical date range with temporally-correct labels resolved at date_to. Uses label history tables to avoid forward-looking bias.

Key differences from /tgm/pnl-leaderboard:

  • Accepts an explicit date_range with Date-only granularity

  • Labels resolved at date_to, not the current state

  • Supports page-based pagination via per_page and page

  • Filter parameters are applied server-side before pagination

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 · enumRequired

Blockchain chain

Example: ethereumPossible values:
token_addressstringRequired

Token contract address

Example: 0x6982508145454ce325ddbe47a25d4ec3d2311933
filtersany 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_filterbooleanOptional

When True, exclude blacklisted addresses from the results. Defaults to True.

Default: trueExample: true
Responses
200

Historical TGM PnL leaderboard data

application/json
post
/api/v1beta1/tgm/historical-pnl-leaderboard

Last updated

Was this helpful?