| # | Pro API | Endpoint | Change Dimension | Change Details |
|---|---|---|---|---|
| 1 | REST | OrderBook | Spot / Futures | Spot: sequence changed from String → Number; Futures: price / size changed from Number → String (incl. RPI). |
| 2 | REST | Get Trades | Spot / Futures | Spot: sequence changed from String → Number; Futures: size changed from Number → String; Futures: removed response fields makerOrderId, takerOrderId, contractId; Futures: response JSON structure adjusted to match Spot. |
| 3 | WS | Trade | Spot | Spot: E changed from String → Number. |
| 4 | REST | Get Klines | Spot / Futures | Spot: array order adjusted to Open → High → Low → Close; Futures: Start time granularity changed to seconds, and type changed from String → Number. |
| 5 | WS | Kline | Futures | Futures: added field S (start) to indicate whether it is the latest Kline. |
| 6 | WS | Balance | UTA | UTA: added fields l (lowercase L) and U. |
| 7 | WS | Execution | Futures / Enum | Futures: E changed from String → Number; Enum: S values unified to uppercase BUY / SELL; oT values unified to uppercase MARKET / LIMIT. |
| 8 | WS | Order | UTA | UTA: os changed from String → Number. |
| 9 | REST | Get Order Details Get Open List Get Order History | UTA / Futures | UTA: status changed from String → Number; Futures: fixed issue where avgPrice could be negative in some scenarios. |
| 10.1 | REST | Get Account (Classic) Get Sub Account Get Transfer Quotas Flex Transfer Get Account Ledger | Parameter | AccountType enum: TRADING changed to SPOT (updated in both request and response). |
| 10.2 | WS | Balance | Parameter | AccountType enum: TRADING changed to SPOT (updated in both request and response). |
| 11 | REST | Get Account Ledger | Futures / Enum | Futures: id changed from Number → String; Futures: balance / amount changed from Number → String; Enum: direction values unified to uppercase IN / OUT. |
| 12.1 | REST | Add Deposit Address | URL | URL unified to: POST /api/ua/v1/asset/deposit/address. |
| 12.2 | REST | Get Deposit Address | URL | URL unified to: GET /api/ua/v1/asset/deposit/address. |
| 12.3 | REST | Batch Place Order (Classic) | URL | URL changed to: POST /api/ua/v1/{accountMode}/order/place-batch. |
| # | Pro API | Endpoint | Change Dimension | Change Details |
|---|---|---|---|---|
| 1 | REST | Place Order | api-rate-limit-weight | Each request now consumes a rate limit weight of 1. |
| 2 | REST | Cancel Order | api-rate-limit-weight | Each request now consumes a rate limit weight of 1. |
| Category | Endpoint | URL | Changed Fields |
|---|---|---|---|
| Pro REST | Get Ticker | GET /api/ua/v1/market/ticker | ts (standardized to nanoseconds, ns) |
| Pro REST | Get Trade | GET /api/ua/v1/market/trade | ts (standardized to nanoseconds, ns) |
| Pro REST | Get Account Ledger | GET /api/ua/v1/account/ledger | ts (standardized to nanoseconds, ns) |
| Pro REST | Get Order Details | GET /api/ua/v1/{accountMode}/order/detail | orderTime / updatedTime (standardized to nanoseconds, ns) |
| Pro REST | Get Open Order List | GET /api/ua/v1/{accountMode}/order/open-list | orderTime / updatedTime (standardized to nanoseconds, ns) |
| Pro REST | Get Order History | GET /api/ua/v1/{accountMode}/order/history | orderTime / updatedTime (standardized to nanoseconds, ns) |
| Pro REST | Get Trade History | GET /api/ua/v1/{accountMode}/order/execution | executionTime (standardized to nanoseconds, ns) |
| Pro REST | Get Positions History | GET /api/ua/v1/position/history | closingTime / creationTime (standardized to nanoseconds, ns) |
| Pro REST | Get Position List | GET /api/ua/v1/{accountMode}/position/open-list | closingTime / creationTime (standardized to nanoseconds, ns) |
| Pro WebSocket | Depth (snapshot / increment) | WS | M (standardized to nanoseconds, ns) |
| Pro WebSocket | Ticker | WS | M (standardized to nanoseconds, ns) |
| Pro WebSocket | Trade | WS | M (standardized to nanoseconds, ns) |
| Pro WebSocket | Kline (SPOT / FUTURES) | WS | O (startAt) / C (endAt) (standardized to seconds, 10 digits) |
| Pro REST | Get Symbol (Instrument) | GET /api/ua/v1/market/instrument | unitSize (inverse: -1 → 1; 1 contract = 1 USD) |
| Pro REST | Get Symbol (Instrument) | GET /api/ua/v1/market/instrument | name / displayBaseCurrency (added for Futures; multilingual compatibility) |
| Pro API | Change Description |
|---|---|
| Pro API WebSocket Ticker | Changed all price-related response fields (b, a, l) from Number to String. Updated the description of the M field. |
| Pro API WebSocket Orderbook | 1. Added support for Depth 1 order book data. 2. Aligned snapshot push format with incremental updates: • Removed E; • Added C and O; • For snapshots, O = C. 3. Updated Futures order book structure from one-dimensional to two-dimensional arrays, unified with Spot. 4. Changed quantity field type from Number to String. |
| Pro API WebSocket Kline | 1. Changed Start time and End time from String to Number, standardized to seconds. 2. Changed price and quantity (contracts) from Number to String. |
| Pro API RESTful Get Orderbook | Changed the Futures sequence field type from String to Long. |
| Pro API WebSocket | Account & Trade Type Support |
|---|---|
| Order | Classic accounts: Supports all trade types. UTA accounts: Supports Spot and Futures trade types. Margin (Isolated & Cross) is expected to be supported in Q1–Q2 next year. |
| Position | Classic accounts: Supports Futures trade type. UTA accounts: Supports Futures trade types. Margin (Isolated & Cross) is expected to be supported in Q1–Q2 next year. |
| Balance | Classic accounts: Supports all trade types. UTA accounts: Supports Spot and Futures trade types. Margin (Isolated & Cross) is expected to be supported in Q1–Q2 next year. |
| Execution | Classic accounts: Supports all trade types. UTA accounts: Currently not supported. |
| Endpoint | Request Param Change |
|---|---|
| Add Order | Added the positionSide parameter to enable Hedge Mode configuration. |
| Add Order Test | Added the positionSide parameter to enable Hedge Mode configuration. |
| Add Take Profit And Stop Loss Order | Added the positionSide parameter to enable Hedge Mode configuration. |
| Get Max Withdraw Margin | Added the positionSide parameter to enable Hedge Mode configuration. |
| Add Isolated Margin | Added the positionSide parameter to enable Hedge Mode configuration. |
| Remove Isolated Margin | Added the positionSide parameter to enable Hedge Mode configuration. |
| Modify Isolated Margin Auto-Deposit Status | Added the positionSide parameter to enable Hedge Mode configuration. |
| Endpoint | Description |
|---|---|
| Switch Margin Mode | Modify the margin mode of the current symbol. |
| Modify Cross Margin Leverage | Modify the current symbol’s cross-margin leverage multiple. |
| Get Cross Margin Requirement | Querying the cross margin requirements of a symbol by position value. |
| Endpoint | Request Param Change |
|---|---|
| Add Order | Max leverage is set to 20, and marginMode supports Cross. |
| Add Order Test | Max leverage is set to 20, and marginMode supports Cross. |
| Add Take Profit And Stop Loss Order | Max leverage is set to 20, and marginMode supports Cross. |
| Endpoint | API Permission Changed |
|---|---|
| Get Recent Trade History | From Futures To General |
| Get Margin Mode | From Futures To General |
| Get Max Open Size | From Futures To General |
| Get Position Details | From Futures To General |
| Get Position List | From Futures To General |
| Get Positions History | From Futures To General |
| Get Max Withdraw Margin | From Futures To General |
| Get Cross Margin Leverage | From Futures To General |
| Get Cross Margin Risk Limit | From Futures To General |
| Get Private Funding History | From Futures To General |