create_spread_order
Create a spread trading order on Bybit by specifying symbol, side, order type, and quantity. Supports limit and market orders.
Instructions
Create a spread trading order.
Args: symbol: Spread symbol. side: Buy or Sell. order_type: Order type: Limit, Market. qty: Order quantity. price: Order price (required for Limit orders). order_link_id: Unique order link ID (optional).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | ||
| side | Yes | ||
| order_type | Yes | ||
| qty | Yes | ||
| price | No | ||
| order_link_id | No |