SDK
Wallet
Get wallet DCA orders
Returns all DCA orders for a wallet with a status summary.
Order status values:
| Status | Meaning |
|---|---|
active | Recurring in progress — has fills and waiting for the next scheduled cycle, or due now |
pending | Funded but first cycle not run yet |
paused | Schedule paused on-chain or overdue well past 2× cycle frequency |
completed | No remaining input to spend |
USD fields are included when price data is available; otherwise *Usd fields may be null or omitted.
GET
SDK
Documentation Index
Fetch the complete documentation index at: https://docs.solanatracker.io/llms.txt
Use this file to discover all available pages before exploring further.
SDK Example
Authorizations
API Key for authentication
Path Parameters
Query Parameters
DCA program to query. Aliases: dex, platform. Default: jupiter. Use GET /dca/programs for supported ids.
Max results per page. Default 50, max 100.
Required range:
1 <= x <= 100Pagination 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 field. Alias: sortBy. Default: volume.
Available options:
volume, deposited, remaining, progress, recent, created, status Filter by order status. Default: all.
Available options:
active, paused, completed, pending, all