Jupiter Cancel Limit Order
jupiter_cancelLimitOrderCancel a specific limit order on Jupiter by generating an unsigned transaction. Provide the maker wallet and order public key.
Instructions
Create an unsigned transaction to cancel a specific limit 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 |
|---|---|---|---|
| maker | Yes | Solana wallet public key (base58) | |
| order | Yes | Order public key to cancel | |
| computeUnitPrice | No | Compute Unit Price parameter for Jupiter Cancel Limit Order. |
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. |