Skip to main content
Glama

MCP Paradex Server

by sv
MIT License
4
  • 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" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/sv/mcp-paradex-py'

If you have feedback or need assistance with the MCP directory API, please join our Discord server