Changelog
May 2026
[May 28, 2026] Added Create Agent Sub-account API; Get Sub-account List: Added agent Type Enum Value
New API:
/api/v3/user/sub-account/agent-createCreate a dedicated sub-account for an AI Agent instance
Interface:
/api/v3/user/sub-list
Changes:
- Added
agentenum value totyperesponse parameter: Agent Sub-account
[May 26, 2026] Added Withdrawal Address Book and Cancel Withdrawal APIs
New APIs:
/api/v3/account/withdraw-addressQuery the withdrawal address book bound to the account/api/v3/account/cancel-withdrawalCancel a withdrawal request within the cooling-off period
[May 26, 2026] Fill Channel: Updated category Push Field Enum Values to Lowercase
websocket
Channel:
fill(UTA)
Changes:
- Updated
categorypush field enum values to lowercase:spot/margin/usdt-futures/coin-futures/usdc-futures
[May 21, 2026] Get Sub-account List: Updated type Field Enum Values
Interface:
/api/v3/user/sub-list
Changes:
- Updated
typeresponse field enum values to lowercase:normalRegular Sub-account /virtualVirtual Sub-account /custodianCustodial Sub-account
[May 19, 2026] UTA Isolated Margin Support: Added marginMode Parameter Across Trade, Position, and WebSocket Interfaces
REST
Interface:
/api/v3/trade/place-order/api/v3/position/current-position/api/v3/account/adjust-account-mode
Changes:
- Added
marginModeString request parameter toplace-order: Margin mode (crossed/isolated). Defaults tocrossedif not provided. Available for futures only. - Updated
positionBalanceandunrealisedPnlresponse parameter descriptions incurrent-position: In isolated margin mode, these fields reflect isolated position-level values. - Added
isolatedenum value tomoderequest parameter inadjust-account-mode: Enables switching to isolated margin mode.
WebSocket
Channels:
place-order(UTA)position(UTA)
Changes:
- Added
marginModeString request parameter toplace-orderchannel: Margin mode (crossed/isolated). Defaults tocrossedif not provided. Available for futures only. - Added enum description for
marginModepush parameter inpositionchannel:crossed/isolated.
[May 19, 2026] WebSocket Depth Channels: checksum Field Removed
websocket
Channels affected:
- Depth:
books/books1/books5/books50 - RPI Depth:
rpi-books/rpi-books1/rpi-books5/rpi-books50
Changes:
- The
checksumpush parameter has been removed from the above depth channels. Please useseqandpseqfor order book consistency verification instead.
[May 19, 2026] SBE Channels: Added sts and category Fields
websocket (SBE)
Interface:
- SBE Depth50 (
books50) - SBE BBO (
books1) - SBE Public Trade (
publicTrade)
Changes:
- Added
stsuint64 push field: Stream service push timestamp (µs) - Added
categoryuint8 push field: Product line (spot/usdt-futures/coin-futures/usdc-futures)
Demo trading launch date: April 30, 2026.
Live trading launch date: May 19, 2026.
[May 14, 2026] Added P2P Merchant APIs
New APIs:
GET /api/v3/p2p/ad-listGet public ad listGET /api/v3/p2p/exchange-rateGet exchange ratePOST /api/v3/p2p/fee-simulateFee simulate (pre-check fees)GET /api/v3/p2p/ad-limitGet ad limit infoPOST /api/v3/p2p/ad-createCreate adPOST /api/v3/p2p/ad-updateUpdate adPOST /api/v3/p2p/ad-operateOperate ad (publish / delist / remove)GET /api/v3/p2p/ad-infoGet ad infoGET /api/v3/p2p/my-adsGet my adsGET /api/v3/p2p/pending-ordersGet pending ordersGET /api/v3/p2p/all-ordersGet all ordersGET /api/v3/p2p/order-infoGet order infoPOST /api/v3/p2p/order-payConfirm paymentPOST /api/v3/p2p/order-releaseRelease assetGET /api/v3/p2p/user-infoGet user infoGET /api/v3/p2p/currenciesGet currenciesGET /api/v3/p2p/pay-methodGet pay methodsGET /api/v3/p2p/balanceGet balance
[May 12, 2026] Delta-Neutral Mode: Account Mode Switch and New Delta Info API
Interface:
/api/v3/account/adjust-account-mode/api/v3/account/settings/api/v3/account/delta-info(new)
Changes:
adjust-account-mode: Addeddeltaenum tomoderequest parameter: Delta-neutral modesettings: Addedisolatedanddeltaenums toaccountLevelresponse field: Isolated margin mode / Delta-neutral mode- Added new API
/api/v3/account/delta-info: Get delta equity ratio, thresholds, and per-coin net position ratios for Delta-neutral mode accounts
[May 12, 2026] Close All Positions: Added X-CHANNEL-API-CODE Support
Interface:
/api/v3/trade/close-positions
Changes:
- This interface now supports the
X-CHANNEL-API-CODEHTTP request header for broker rebate tracking.
[May 8, 2026] Copy Trading: Added Max Transferable, Transfer, and Transfer Record APIs
New APIs:
/api/v3/copy/futures/max-transferableGet maximum transferable amount and available balance for the lead account/api/v3/copy/futures/transferTransfer funds into or out of the lead account/api/v3/copy/futures/transfer-recordQuery lead account transfer history
[May 7, 2026] WebSocket: Added connId to subscription and trade operation responses
websocket
Changes:
- All public channels (subscribe/unsubscribe responses): Added top-level
connId(Connection ID) field - All private channels (subscribe/unsubscribe responses): Added top-level
connIdfield - Trade operation responses (
place-order/cancel-order/batch-place/batch-cancel/modify-order/batch-modify): AddedconnIdfield - Note: ping/pong messages and normal data push messages do not carry
connId
[May 7, 2026] Order Book Channel: Added maxDepth field to push data
websocket
Changes:
bookschannel: AddedmaxDepthfield to push data
[May 6, 2026] Broker Sub-Account API Key: permType Enum Values Updated
Interface:
POST /api/v3/broker/create-sub-apikeyPOST /api/v3/broker/modify-sub-apikeyGET /api/v3/broker/query-sub-apikey
Changes:
permTypeparameter/response field: enum values changed fromRead/Write/Read-onlytoread_write/read_only
