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

Historical Token Who Bought/Sold

Get historical "Token God Mode" (TGM) who bought/sold (Beta)

post

Beta — subject to breaking changes.

Aggregated buy/sell volumes per trader for a specific token over a historical date range. Labels are resolved at the query end date using temporal label history tables to avoid forward-looking bias.

Key differences from /tgm/who-bought-sold:

  • Accepts an explicit date_range (no rolling default)

  • Labels resolved at date_to, not the current state

  • Response uses gross_token_volume / gross_volume_usd (bought + sold totals) and adds is_smart_money

  • min_trade_volume_usd filter is applied server-side (default 10 USD)

Authorizations
apiKeystringRequired

API key for authentication

Body

Request model for the historical who-bought-sold endpoint.

Returns aggregated buy/sell volumes per trader for a token with temporally-correct labels resolved at date_to. Uses label history tables to avoid forward-looking bias.

chainstring · enumRequired

Blockchain chain

Example: ethereumPossible values:
token_addressstringRequired

Token contract address

Example: 0x6982508145454ce325ddbe47a25d4ec3d2311933
buy_or_sellstring · enumOptional

Whether to return net buyers or net sellers

Default: BUYPossible values:
filtersany ofOptional

Optional filters applied server-side

order_byany ofOptional

Sort order. Defaults to bought_volume_usd DESC. Only the first element is used.

Responses
200

Historical TGM who-bought-sold data

application/json
post
/api/v1beta1/tgm/historical-who-bought-sold

Last updated

Was this helpful?