Binance MCP Server

place_market_order

Execute immediate buy or sell orders on Binance exchange by specifying trading pair, side (BUY/SELL), and quantity. Returns order placement results for efficient trading automation.

Instructions

Place a market order to buy or sell.

Args: symbol: The trading pair, e.g., BTCUSDT. side: BUY or SELL. quantity: Amount to trade.

Returns: Order placement result.

Input Schema

NameRequiredDescriptionDefault
quantityYes
sideYes
symbolYes

Input Schema (JSON Schema)

{ "properties": { "quantity": { "title": "Quantity", "type": "string" }, "side": { "title": "Side", "type": "string" }, "symbol": { "title": "Symbol", "type": "string" } }, "required": [ "symbol", "side", "quantity" ], "title": "place_market_orderArguments", "type": "object" }

You must be authenticated.

Other Tools from Binance MCP Server

Related Tools

ID: 6e21hyefin