Skip to main content
Glama

Binance MCP Server

by mixuechu

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" }
Install Server

Other Tools from Binance MCP Server

Related Tools

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/mixuechu/binance-mcp'

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