Binance MCP Server

cancel_order

Cancel a specific trading order on Binance by providing the trading pair symbol and order ID to streamline order management and optimize trading strategies.

Instructions

Cancel a specific order.

Args: symbol: The trading pair. order_id: Order ID to cancel.

Returns: Cancellation result.

Input Schema

NameRequiredDescriptionDefault
order_idYes
symbolYes

Input Schema (JSON Schema)

{ "properties": { "order_id": { "title": "Order Id", "type": "string" }, "symbol": { "title": "Symbol", "type": "string" } }, "required": [ "symbol", "order_id" ], "title": "cancel_orderArguments", "type": "object" }

You must be authenticated.

Other Tools from Binance MCP Server

Related Tools

ID: 6e21hyefin