place_limit_order
Place a limit order to buy or sell a trading pair at a specified price on Bybit.
Instructions
Place a limit order to buy or sell.
Args: symbol: The trading pair, e.g., BTCUSDT. side: Buy or Sell. qty: Amount to trade. price: Limit price. category: Product type: spot, linear, inverse (default: spot).
Returns: Order placement result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | ||
| side | Yes | ||
| qty | Yes | ||
| price | Yes | ||
| category | No | spot |