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

PnL Leaderboard

Data Freshness & Historical Coverage

For data freshness and historical coverage, see Data Coverage by Chain; this endpoint follows it except where noted below.

  • Results are served from a server-side cache: once a requested date range has fully settled (about two days after it closes) it is cached for up to 7 days, while ranges that include today or a recently-closed window use a short cache of up to 5 minutes.

Get "Token God Mode" (TGM) PnL leaderboard data

post

Rank traders by their profit/loss performance for a specific token. Shows both realized profits (from completed trades) and unrealized profits (from current holdings), along with ROI percentages and trading patterns. This endpoint can be used to analyze the realized and unrealized profit for each trader who traded the input token.

Label Tier Control (premium_labels): When omitted or set to false (the default), the response contains free-tier labels and the request is billed at the standard credit cost for this endpoint. Passing premium_labels=true returns premium labels (Smart Money, Fund, and other advanced labels), is billed at 150 credits per call, and requires a paid plan.

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

Blockchain chain

Example: ethereumPossible values:
token_addressstringRequired

Token address

Example: 0x6982508145454ce325ddbe47a25d4ec3d2311933
filtersany ofOptional

Additional filters to apply to the query.

Example: {"holding_usd":{"min":1000},"pnl_usd_realised":{"min":1000}}
premium_labelsany ofOptional

Controls label tier in the response. When null/omitted or false (the default), returns free-tier labels at the standard credit cost for this endpoint. When true, returns premium labels (Smart Money, Fund, and other advanced labels), is billed at 150 credits per call, and requires a paid plan.

booleanOptional
order_byany ofOptional

Custom sort order to override the endpoint's default ordering

Responses
200

TGM PnL leaderboard data

application/json
post/api/v1/tgm/pnl-leaderboard

Last updated

Was this helpful?