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

Historical Token Flow Summary

Get historical "Token God Mode" (TGM) token flow summary (Beta)

post

Beta — subject to breaking changes.

Aggregated token flow intelligence with temporally-correct segment labels. Same response shape as /tgm/flow-intelligence plus a token_symbol column.

Key differences from /tgm/flow-intelligence:

  • Accepts an explicit date_range (no rolling timeframe default)

  • Segment labels (Whale, Public Figure, Top PnL, Smart Trader) are resolved at date_to from history tables to avoid forward-looking bias

  • Segment columns are NULL when temporal label coverage does not yet include date_to (whale/public_figure/top_pnl/exchange coverage starts 2025-03-11; smart_trader is available from 2020+

Authorizations
apiKeystringRequired

API key for authentication

Body

Request model for the historical token flow summary endpoint.

Returns the same per-segment flow intelligence shape as /tgm/flow-intelligence but resolved against temporal label history so segment classification reflects who held a label at date_to rather than today. Use this for backtests and as-of-date analysis.

chainstring · enumRequired

Blockchain chain. Currently base, bnb, ethereum, solana.

Example: ethereumPossible values:
token_addressstringRequired

Token contract address

Example: 0x6982508145454ce325ddbe47a25d4ec3d2311933
apply_blacklist_filterbooleanOptional

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

Default: trueExample: true
Responses
200

Historical TGM token flow summary

application/json
post
/api/v1beta1/tgm/historical-token-flow-summary

Last updated

Was this helpful?