Netflows
Get aggregated token flow analysis for smart money wallets to see which tokens they're accumulating or distributing.
Common Scenarios
API key for authentication
Additional filters to apply. Only filters for columns that are being selected will be applied.
{"exclude_smart_money_labels":["30D Smart Trader"],"include_native_tokens":false,"include_smart_money_labels":["Fund","Smart Trader"],"include_stablecoins":false}Controls label tier in the response. When null/omitted (default), returns labels as per subscription plan (existing behavior). When false, returns free-tier labels for all users. When true, returns premium labels (20 credits, currently available to internal users only).
Custom sort order to override the endpoint's default ordering.
Examples:
- [{"field": "market_cap_usd", "direction": "DESC"}] - Sort by market cap descending
- [{"field": "net_flow_24h_usd", "direction": "ASC"}] - Sort by 24h flow ascending
- [{"field": "market_cap_usd", "direction": "DESC"}, {"field": "net_flow_24h_usd", "direction": "ASC"}] - Sort by market cap descending, then 24h flow ascending
[{"direction":"DESC","field":"net_flow_24h_usd"}]Smart money netflow data
Bad Request
Unauthorized
Payment Required
Forbidden
Not Found
Unprocessable Content
Too Many Requests
Internal Server Error
Last updated
Was this helpful?