Jupiter Get D C A Orders
jupiter_getDCAOrdersGet 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.
SAP MCP execution guidance: Intent: read/discovery workflow. Pricing: paid read-premium; estimate first, then use sap_payments_call_paid_tool when the runtime cannot replay x402 natively. Routing: paid hosted call; call sap_estimate_tool_cost first, then use sap_payments_call_paid_tool if the runtime cannot handle x402 natively. Signer boundary: hosted reads/builders never receive keypair bytes; value-moving results must be finalized locally when signing is required.
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. |