Jupiter DCAs
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_smart_money_labels":["Fund","Smart Trader"]}order_byany ofOptional
Custom sort order to override the endpoint's default ordering.
Examples:
- [{"field": "dca_created_at", "direction": "DESC"}] - Sort by DCA created timestamp descending
- [{"field": "dca_updated_at", "direction": "ASC"}] - Sort by DCA updated timestamp ascending
- [{"field": "deposit_token_amount", "direction": "DESC"}, {"field": "token_spent_amount", "direction": "ASC"}] - Sort by deposit token amount descending, then token spent amount ascending
Responses
200
Smart money DCAs 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/dcasLast updated
Was this helpful?