wsBatchAmendOrders
Batch amend multiple unfilled or partially filled orders on Bybit V5 with a single WebSocket request. Modify price, quantity, trigger price, or take-profit/stop-loss for each order.
Instructions
Batch amend (modify) multiple existing unfilled or partially filled orders in a single WebSocket request on Bybit V5 unified account.
IMPORTANT: This tool places/modifies real orders via WebSocket. Confirm symbol, side, quantity, and price with the user before calling. Response is an acknowledgment only; use subscribeOrder or REST endpoints to verify actual order status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| category | Yes | Product type. | |
| request | Yes | Array of order amendment objects. Max 20 for futures/options, 10 for spot. |