Netflows
Get aggregated token flow analysis for smart money wallets to see which tokens they're accumulating or distributing.
Common Scenarios
Usecase
Required Parameters
Optional Filters
Sorting Logic
Expected Output
Authorizations
apiKeystringRequired
API key for authentication
Body
filtersany ofOptionalExample:
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}order_byany ofOptionalExample:
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"}]Responses
200
Smart money netflow data
application/json
400
Bad Request
application/json
401
Unauthorized
application/json
403
Forbidden
application/json
404
Not Found
application/json
422
Unprocessable Content
application/json
429
Too Many Requests
application/json
500
Internal Server Error
application/json
post
/api/v1/smart-money/netflowLast updated
Was this helpful?