Skip to main content
Glama

MCP Paradex Server

by sv
MIT License
8
  • Linux
  • Apple

paradex_cancel_orders

Cancel pending orders to manage market exposure, adapt to volatility, or update trading strategies. Remove stale or specific orders across all or selected markets using order ID or client ID.

Instructions

Cancel pending orders to manage exposure or adjust your trading strategy. Use this tool when you need to: - Remove stale limit orders that are no longer desirable - Quickly reduce market exposure during volatility - Update your order strategy by removing existing orders - Clear your order book before implementing a new strategy - React to changing market conditions by canceling pending orders Order cancellation is a critical risk management function and allows you to quickly adapt to changing market conditions. Example use cases: - Canceling limit orders when your outlook changes - Removing all orders during unexpected market volatility - Canceling a specific order identified by order ID - Clearing all orders for a specific market - Removing stale orders before placing new ones Calling without any parameters will cancel all orders. Succesful response indicates that orders were queued for cancellation. Check order status using order id.

Input Schema

NameRequiredDescriptionDefault
client_idNoClient id (provided by you on create_order)
market_idNoMarket is the market to cancel orders forALL
order_idNoOrder id (received from create_order)

Input Schema (JSON Schema)

{ "properties": { "client_id": { "default": "", "description": "Client id (provided by you on create_order)", "title": "Client Id", "type": "string" }, "market_id": { "default": "ALL", "description": "Market is the market to cancel orders for", "title": "Market Id", "type": "string" }, "order_id": { "default": "", "description": "Order id (received from create_order)", "title": "Order Id", "type": "string" } }, "title": "cancel_ordersArguments", "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