Jupiter Cancel Limit Orders
jupiter_cancelLimitOrdersCancel multiple limit orders in a single batch transaction on Jupiter protocol. Provide your Solana wallet address and order keys to prepare unsigned transactions for signing.
Instructions
Create unsigned transactions to cancel multiple limit orders in batch. 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 |
|---|---|---|---|
| maker | Yes | Solana wallet public key (base58) | |
| orders | Yes | Array of order public keys to cancel | |
| computeUnitPrice | No | Compute Unit Price parameter for Jupiter Cancel Limit Orders. |
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. |