Update Order
Updates an existing order, can be used to update margin, exchange, and derivative orders.
Request body
The ID of the order to update (can be retrieved by calling the Retrieve Orders and the Retrieve Orders (by symbol) endpoints).
Amount of order (positive for buy, negative for sell).
Price of the order.
Client Order ID; should be unique in the day (UTC+0).
YYYY-MM-DD Date of Client Order ID.
Group ID for the order.
The sum of all order flags (see https://docs.bitfinex.com/docs/flag-values).
Set the leverage for a derivative order, supported by derivative symbol orders only. The value should be between 1 and 100 inclusive. -- Mandatory for derivative order updates
The delta to apply to the amount value.
Auxiliary Limit price (only for STOP LIMIT).
The trailing price for a trailing stop order.
Time-In-Force: UTC datetime for automatic order cancellation (e.g. 2020-01-15 10:45:23). Note: TIF can be updated but not removed.
Response
200