jupiter_cancelLimitOrder
InactiveTool of SAP MCP Server
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.
Parameters schema
{
"type": "object",
"required": [
"maker",
"order"
],
"properties": {
"maker": {
"type": "string",
"description": "Solana wallet public key (base58)"
},
"order": {
"type": "string",
"description": "Order public key to cancel"
},
"computeUnitPrice": {
"type": "string",
"description": "Compute Unit Price parameter for Jupiter Cancel Limit Order."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
SAP MCP Server
https://github.com/OOBE-PROTOCOL/sap-mcp
2/7 registries