Holdings
Aggregated token holdings data for smart traders and funds.
Common Scenarios
Usecase
Required Parameters
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.
{"balance_24h_percent_change":{"max":0.1,"min":-0.1},"exclude_smart_money_labels":["30D Smart Trader"],"include_native_tokens":false,"include_smart_money_labels":["Fund","Smart Trader"],"include_stablecoins":false,"token_age_days":{"max":30},"value_usd":{"max":100000,"min":1000}}order_byany ofOptional
Custom sort order to override the endpoint's default ordering.
Examples:
- [{"field": "value_usd", "direction": "DESC"}] - Sort by value USD descending
- [{"field": "holders_count", "direction": "ASC"}] - Sort by number of holders ascending
- [{"field": "value_usd", "direction": "DESC"}, {"field": "holders_count", "direction": "ASC"}] - Sort by value USD descending, then number of holders ascending
Responses
200
Smart money holdings 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/holdingsLast updated
Was this helpful?