MCP Paradex Server

by sv
Verified
MIT License
3
  • Linux
  • Apple

paradex-cancel-order

Cancel a specific order on the Paradex perpetual futures trading platform using the MCP Paradex Server. Requires the order identifier to process and returns details of the cancelled order.

Instructions

Cancel an order. Returns: Dict[str, Any]: Cancelled order details.

Input Schema

NameRequiredDescriptionDefault
order_idYesOrder identifier.

Input Schema (JSON Schema)

{ "properties": { "order_id": { "description": "Order identifier.", "title": "Order Id", "type": "string" } }, "required": [ "order_id" ], "title": "cancel_orderArguments", "type": "object" }
ID: cq4bz5ljqj