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

Historical Smart Money Positions

Get Historical SM Token Balances (Beta)

post

Beta — subject to breaking changes.

Point-in-time smart money token balance aggregates for a given date.

Returns SM token holdings per (chain, token_address) pair filtered by SM labels, token type, and chain. Includes 24h balance change, holder counts, share of total SM holdings, and historical market cap.

Authorizations
apiKeystringRequired

API key for authentication

Body

Request model for the historical SM token balances endpoint.

Returns smart money token balance aggregates for a given date, filtered by chain, SM label, and token type.

as_of_datestring · dateRequired

Date to query balances for

Example: 2025-01-15
filtersany ofOptional

Optional filters for SM labels and token types

apply_blacklist_filterbooleanOptional

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

Default: trueExample: true
Responses
200

Historical SM token balances data

application/json
post
/api/v1beta1/smart-money/historical-token-balances

Last updated

Was this helpful?