Jupiter Cancel Limit Orders
jupiter_cancelLimitOrdersCreate unsigned transactions to cancel multiple limit orders in one batch. Requires maker wallet and order public keys.
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. |