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

Historical Token Screener

Get Historical Token Screener (Beta)

post

Beta — subject to breaking changes.

Historical token screener data anchored to to_date over a timeframe_days window.

Output columns match the production token screener API response shape exactly.

When trader_type='sm' (or the deprecated only_smart_money=True), volume/netflow/nof_traders fields reflect smart-money flows only; sm_label_filter / exclude_sm_labels_filter narrow that cohort by sub-label. When trader_type is whale or public_figure, those fields reflect the corresponding notable-label cohort instead; smart-money sub-label filters are not applicable in those modes. trader_type overrides only_smart_money when both are set.

Use exclude_sectors to drop tokens whose sector tags include any of the listed sectors (e.g. ["Stablecoin"]).

Authorizations
apiKeystringRequired

API key for authentication

Body

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.
to_datestring · dateRequired

End date of the screener window

Example: 2025-06-01
timeframe_daysinteger · min: 1 · max: 365Required

Number of days in the screener window

Example: 7
sectors_filterstring[]Optional

Sector filter. Empty list includes all sectors.

Example: ["DeFi"]
exclude_sectorsstring[]Optional

Sectors to exclude. Empty list excludes nothing.

Example: ["Stablecoin"]
only_smart_moneybooleanOptionalDeprecated

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.

Default: false
trader_typeany ofOptional

Filter by trader type. Overrides only_smart_money when provided. Supported values: all, sm, whale, public_figure.

Example: whale
string · enumOptional

Trader type filter for token screener.

Possible values:
filtersany ofOptional

Optional filters applied server-side

apply_blacklist_filterbooleanOptional

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

Default: trueExample: true
Responses
200

Historical token screener data

application/json
post
/api/v1beta1/token-screener/historical

Last updated

Was this helpful?