Jupiter Cancel D C A
jupiter_cancelDCACancel a DCA recurring order by creating an unsigned transaction. Requires wallet, order public key, and recurring type (time or price).
Instructions
Create an unsigned transaction to cancel a DCA recurring order. 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 |
|---|---|---|---|
| user | Yes | Wallet that owns the DCA order | |
| order | Yes | DCA order public key to cancel | |
| recurringType | Yes | Recurring order type — "time" for time-based DCA, "price" for price-triggered | |
| computeUnitPrice | No | Compute Unit Price parameter for Jupiter Cancel D C A. |
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. |