Historical Token Screener
API key for authentication
Request model for the historical token screener endpoint.
Returns token screener data anchored to to_date over a timeframe_days window. Output columns match the production token screener API response shape exactly.
trader_type selects the wallet cohort whose flows drive the volume/netflow/nof_traders fields:
- 'all' (default): all wallets.
- 'sm': smart-money cohort. sm_label_filter / exclude_sm_labels_filter narrow the cohort by smart-money sub-label.
- 'whale' / 'public_figure': notable-label cohort. Label-filter fields are not applicable in these modes and will be rejected.
End date of the screener window
2025-06-01Number of days in the screener window
7Sector filter. Empty list includes all sectors.
["DeFi"]Sectors to exclude. Empty list excludes nothing.
["Stablecoin"]Deprecated: use trader_type instead. When True, aggregate smart money flows only. Volume/netflow/nof_traders fields reflect SM flows. Ignored when trader_type is provided.
falseFilter by trader type. Overrides only_smart_money when provided. Supported values: all, sm, whale, public_figure.
whaleTrader type filter for token screener.
Optional filters applied server-side
When True, exclude blacklisted addresses from the results. Defaults to True.
trueExample: trueHistorical token screener data
Bad Request
Unauthorized
Payment Required
Forbidden
Not Found
Unprocessable Content
Too Many Requests
Internal Server Error
Last updated
Was this helpful?