jupiter_getDCAOrders
Retrieve all active and historical DCA orders for a Solana wallet, filtering by recurring type, status, and token mints.
Instructions
Get all DCA orders (active and optionally historical) for a wallet.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| user | Yes | Wallet address to query (sent as "user" query param to Jupiter) | |
| limit | No | ||
| inputMint | No | Token mint address (base58) | |
| outputMint | No | Token mint address (base58) | |
| orderStatus | Yes | Filter by order status: "active" for running orders, "history" for completed/cancelled | |
| recurringType | Yes | Recurring order type — "time" for time-based DCA, "price" for price-triggered, "all" for both | |
| includeFailedTx | No | Include failed transactions in results (default: false) |