Changelog
July 2025
[July 31, 2025] Optimization of the futures order placement interface logic
Interface: /api/v2/mix/order/place-order
Changes:
- before: In hedge mode, if the existing quantity is equal to the limit close order of the position, a newly added market close order will report an error due to insufficient position and will not automatically cancel the limit order that has occupied the position.
- after: In hedge mode, if the existing quantity is equal to the limit close order of the position, a newly added market close order will automatically cancel the limit order that has occupied the position (consistent with Web/APP).
[July 29, 2025] Optimize ADL API ranking logic.
Interface:/api/v2/mix/position/adlRank Changes:
- Optimize the ranking logic of the ADL API on the server side.Add a new field "rank" and deprecated the field "adlRank".
[July 16, 2025] Add New Account Mode Switching API
Interface:/api/v2/spot/account/upgrade, /api/v2/spot/account/upgrade-status Adjustment:
- Add New Account Mode Switching API
[July 14, 2025] Futures leverage adjustment API supports setting long/short leverage ratios separately.
Interface: /api/v2/mix/account/set-leverage
Changes:
- Futures leverage adjustment API supports setting long/short leverage ratios separately.
[July 14, 2025] Position take-profit/stop-loss API supports setting custom IDs for take-profit and stop-loss orders separately.
Interface: /api/v2/mix/order/place-pos-tpsl
Changes:
- Position take-profit/stop-loss API supports setting custom IDs for take-profit and stop-loss orders separately.
[July 14, 2025] The interface for obtaining the list of historical contract positions has added a position mode field.
Interface: /api/v2/mix/position/history-position
Changes:
- The interface return parameters have added
posMode(position mode), with enumeration values includingone_way_mode(one-way position) andhedge_mode(hedge mode/two-way position).
[July 8, 2025] WebSocket futures position channel adds mark price parameter
Channels: futures position channel Changes:
- WebSocket futures position channel adds mark price parameter
[July 1, 2025] WebSocket Adds Order Placement and Cancellation Channels
Channels: Place Order,Cancel Order
Changes:
- Adds Order Placement and Cancellation Channels
