Jupiter Create D C A
jupiter_createDCACreate a Dollar-Cost Averaging recurring order for automated token purchases over time. Returns an unsigned transaction for signing.
Instructions
Create a Dollar-Cost Averaging (DCA) recurring order. Returns an unsigned transaction. 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 executing the DCA | |
| payer | Yes | Wallet paying for the DCA setup | |
| startAt | No | ISO 8601 start timestamp (default: now) | |
| frequency | Yes | DCA interval | |
| inputMint | Yes | Token mint address (base58) | |
| outputMint | Yes | Token mint address (base58) | |
| totalInAmount | Yes | Total amount of input token to DCA | |
| numberOfOrders | Yes | Total number of orders to split into | |
| maxOutAmountPerOrder | No | Raw token amount as string (no decimals) | |
| minOutAmountPerOrder | No | Raw token amount as string (no decimals) |
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. |