place_market_order
Execute a market order instantly for any trading pair. Specify symbol, side, quantity, and product type to buy or sell at current market price.
Instructions
Place a market order to buy or sell.
Args: symbol: The trading pair, e.g., BTCUSDT. side: Buy or Sell. qty: Amount to trade. category: Product type: spot, linear, inverse (default: spot).
Returns: Order placement result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | ||
| side | Yes | ||
| qty | Yes | ||
| category | No | spot |