Change Log
2026-06-10
Effective Date: 2026-06-30
COIN-M Futures architecture integration with USDⓈ-M Futures — REST endpoints, WebSocket streams, and account-level behavior changes. See Important CM-UM Integration Notice for the full list of affected endpoints and the action items.
2026-06-02
Effective Date: 2026-06-02
USDⓈ-M Futures
GET /fapi/v1/tradingSchedule(Trading Schedule)- Extended time range from 7 days forward to 7 days backward and 7 days forward starting from the day prior to the query time.
- Added Korean equity market (
KR_EQUITY) support. Korean equity market session types:REGULARandNO_TRADING.
- WebSocket Stream
tradingSession(Trading Session Stream)- Added Korean equity market support.
- Added new event type
KR_EquityUpdate. Korean equity market session types:REGULARandNO_TRADING.
2026-05-11
Effective Date: 2026-05-13
USDⓈ-M Futures
POST /fapi/v1/positionSide/dual- New error code
-4531: When changing UMdualSidePosition, the system will automatically sync CMdualSidePosition. If the CM account has any open position or open order, the sync cannot proceed and the UM position mode change will be rejected with error code-4531. - Error payload:
{
"code": -4531,
"msg": "Position mode change requires syncing UM and CM. Please close any open positions or orders in CM and try again."
} - Note: This error code is temporary and will only be active until CM enters Guard (approximately 1 month). After CM enters Guard, this error will no longer occur.
- New error code
2026-04-17
Portfolio Margin Pro
- User Data Stream:
- Add new event
PM_PRO_ACCOUNT_UPDATE, which pushes account asset status every 5 seconds.
- Add new event
2026-04-15
European Options
- Trade
- Cancel Multiple Option Orders - Corrected request weight from 1 to 5.
2026-04-14
Portfolio Margin
-
The following REST Endpoints and WebSocket User Data Streams will be enabled from 2026-04-28:
- REST:
- POST
/papi/v1/um/algo/order - DELETE
/papi/v1/um/algo/order - DELETE
/papi/v1/um/algo/allOpenOrders - GET
/papi/v1/um/algo/algoOrder - GET
/papi/v1/um/algo/openAlgoOrders - GET
/papi/v1/um/algo/allAlgoOrders
- POST
- Websocket:
ALGO_UPDATE: algo order update event
- REST:
-
The following REST Endpoints will be deprecated from 2026-04-28
- REST:
- POST
/papi/v1/um/conditional/order - DELETE
/papi/v1/um/conditional/order - DELETE
/papi/v1/um/conditional/allOpenOrders - GET
/papi/v1/um/conditional/allOrders - GET
/papi/v1/um/conditional/openOrders - GET
/papi/v1/um/conditional/openOrder - GET
/papi/v1/um/conditional/orderHistory
- POST
- REST:
Please refer to announcement for API replacement
2026-04-13
Portfolio Margin and Portfolio Margin Pro
New REST APIs:
POST /sapi/v1/portfolio/margin-call-level: Set the margin call level for a Portfolio Margin account. When the account's uniMMR drops to the specified level, a notification will be sent via email and SMS.GET /sapi/v1/portfolio/margin-call-level: Get the margin call level for a Portfolio Margin account.DELETE /sapi/v1/portfolio/margin-call-level: Delete the margin call level for a Portfolio Margin account.
2026-04-10
Effective Date: 2026-04-14
COIN-M Futures / Portfolio Margin and Portfolio Margin Pro
POST /dapi/v1/positionSide/dualandPOST /papi/v1/cm/positionSide/dual- CM
dualSidePositionmust now stay consistent with UM. If CMdualSidePositionis already the same as UM, changing it will be rejected.
- CM
USDⓈ-M Futures
- Liquidation Order Streams (
<symbol>@forceOrder) and All Market Liquidation Order Streams (!forceOrder@arr)- Updated description: changed "only the latest one liquidation order" to "only the largest one liquidation order" within 1000ms.
2026-04-09
Portfolio Margin
- User Data Stream
- Event: Margin Order Update - Added new fields to the
executionReportevent payload:Cs,pl,pL,pY,eR.
- Event: Margin Order Update - Added new fields to the
2026-04-08
Portfolio Margin
New REST APIs:
POST /papi/v1/um/stock/contract: sign TradFi-Perps agreement contract
2026-04-06
USDⓈ-M Futures / COIN-M Futures / Portfolio Margin and Portfolio Margin Pro
GET /fapi/v1/forceOrders,GET /dapi/v1/forceOrders,GET /papi/v1/um/forceOrdersandGET /papi/v1/cm/forceOrders- Added note: Only support querying data in the past 90 days.