switch_position_mode
Switch position mode between one-way and hedge mode for a trading pair on Bybit. Specify symbol, mode (0 or 3), and optional category and coin.
Instructions
Switch position mode between one-way and hedge mode.
Args: symbol: The trading pair, e.g., BTCUSDT. mode: Position mode: 0 (merged single side), 3 (both sides). category: Product type: linear, inverse (default: linear). coin: Required for inverse. Coin name, e.g., BTC.
Returns: Position mode switch result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | ||
| mode | Yes | ||
| category | No | linear | |
| coin | No |