Skip to main content
Glama

Binance MCP Server

by ethancod1ng

cancel_order

Cancel a specific trading order on Binance exchange by providing the trading pair symbol and order ID to manage open positions effectively.

Instructions

取消指定订单 - 支持主网和测试网

Input Schema

NameRequiredDescriptionDefault
orderIdYes订单ID
symbolYes交易对符号,如 BTCUSDT

Input Schema (JSON Schema)

{ "properties": { "orderId": { "description": "订单ID", "type": "number" }, "symbol": { "description": "交易对符号,如 BTCUSDT", "type": "string" } }, "required": [ "symbol", "orderId" ], "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/ethancod1ng/binance-mcp-server'

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