Historical Holdings
Authorizations
apiKeystringRequired
API key for authentication
Body
Request model for smart money historical holdings endpoint.
filtersany ofOptionalExample:
Additional filters to apply
{"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. Defaults to sorting by date DESC, value_usd DESC, token_address ASC, chain ASC for stable pagination.
Responses
200
Smart money historical 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/historical-holdingsLast updated
Was this helpful?