Jupiter DCAs
Authorizations
apiKeystringRequired
API key for authentication
Body
Request model for TGM Jupiter DCA endpoint.
This endpoint provides Jupiter DCA orders with stats per vault for a specific token. Only supports Solana chain as Jupiter DCA is exclusive to Solana.
token_addressstringRequiredExample:
Token address on Solana
2zMMhcVQEXDtdE6vsFS7S7D5oUodfJHE8vd1gnBouauvfiltersany ofOptionalExample:
Additional filters to apply to the query.
{"deposit_amount":{"min":100},"deposit_usd_value":{"min":1000},"status":"Closed"}Responses
200
TGM Jupiter DCA 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/tgm/jup-dcaLast updated
Was this helpful?