Jupiter Get D C A Orders
jupiter_getDCAOrdersGet DCA orders for a wallet, including active and historical entries. Filter by status, recurring type, token mints, and paginate results.
Instructions
Get all DCA orders (active and optionally historical) for a wallet. SAP MCP context: Jupiter protocol tools are served as AgentKit ecosystem tools. Use them for quote, route, and swap preparation, then use SAP transaction preview/sign/submit tools when an unsigned transaction must pass MCP signer policy.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page pagination control for Jupiter Get D C A Orders. | |
| user | Yes | Wallet address to query (sent as "user" query param to Jupiter) | |
| limit | No | Limit controlling the maximum number of results returned by Jupiter Get D C A Orders. | |
| 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) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | MCP content blocks returned to the caller. | |
| isError | No | True when the tool result represents an application-level error. |