v1

latestOpenAPI 3.1.02026-07-228799577.7 KB
Wallet

Get wallet DCA orders

Returns all DCA orders for a wallet with a status summary.

Order status values:

StatusMeaning
activeRecurring in progress — has fills and waiting for the next scheduled cycle, or due now
pendingFunded but first cycle not run yet
pausedSchedule paused on-chain or overdue well past 2× cycle frequency
completedNo remaining input to spend

USD fields are included when price data is available; otherwise *Usd fields may be null or omitted.

get/dca/wallet/{wallet}

Path parameters

walletstring required

Query parameters

programstring

DCA program to query. Aliases: dex, platform. Default: jupiter. Use GET /dca/programs for supported ids.

limitinteger

Max results per page. Default 50, max 100.

cursorstring

Pagination cursor — last order address from the previous page. Must be used with the same sort, status, and program. Invalid cursor returns 400 INVALID_CURSOR.

sort'volume' | 'deposited' | 'remaining' | 'progress' | 'recent' | 'created' | 'status'

Sort field. Alias: sortBy. Default: volume.

status'active' | 'paused' | 'completed' | 'pending' | 'all'

Filter by order status. Default: all.

Response

Successful response

walletstring