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
Name | Required | Description | Default |
---|---|---|---|
quantity | Yes | ||
side | Yes | ||
symbol | Yes |