Bitget APIBitget API
UTAClassic
Legacy Doc
  • Overview
  • API Documentation
  • WebSocket
  • Agent Hub
  • SDK
  • Changelog
Copied to clipboard
Update Preview
2026
SeptemberAugustJulyJuneMayAprilMarchFebruaryJanuary
2025
DecemberNovemberOctoberSeptemberAugustJulyJuneMay
Changelog

April 2026

[April 29, 2026] Strategy Orders: Added trigger order support and strategy-order WebSocket channel

strategy

Interface:

  • POST /api/v3/trade/place-strategy-order
  • POST /api/v3/trade/modify-strategy-order
  • GET /api/v3/trade/unfilled-strategy-orders
  • GET /api/v3/trade/history-strategy-orders

Changes:

  • place-strategy-order: Added trigger enum to type request parameter; changed qty to optional; added request parameters side, reduceOnly, triggerBy, triggerPrice, triggerOrderType, triggerOrderPrice; changed posSide to optional
  • modify-strategy-order: Added request parameters triggerBy, triggerPrice, triggerOrderType, triggerOrderPrice
  • unfilled-strategy-orders / history-strategy-orders: Added trigger enum to type request parameter; added response parameters status, triggerBy, triggerPrice, triggerOrderType, triggerOrderPrice

websocket

New channel:

  • strategy-order: Strategy order push channel (private). Pushes when a strategy order is placed, status changes, or is cancelled.

[April 27, 2026] Added Get Account Info API

New API:

  • GET /api/v3/account/info Query account information, including UID, inviter, parent account, channel, IP whitelist, permission type and permissions list.

[April 23, 2026] WebSocket Unified Account (v3) demo trading depth channel push frequency adjustment.

websocket

Depth channel push frequency changes:
books5 - 10ms; books50 - 20ms; books - 50ms

[April 21, 2026] Spot Trading: preSPAX (Pre-IPO SpaceX) Trading Pair Now Available

Dear API Developers,

The Spot Trading module officially launched preSPAX on April 21, 2026. To ensure your trading programs (e.g., market data retrieval, order placement, and asset management) operate correctly, please note the following field definitions:

  • symbol (trading pair name) — all uppercase, e.g. PRESPAXUSDT
  • coin / baseCoin (currency name) — mixed case, e.g. preSPAX

Examples:

  • When retrieving market data (e.g. GET /api/v3/market/ticker) or placing orders (e.g. POST /api/v3/trade/place-order), the symbol parameter must be PRESPAXUSDT.
  • When querying account balance or asset details, the coin field must be passed in or returned as the mixed-case preSPAX.

[April 21, 2026] Unified Account WebSocket SBE Public Channels Now Available

WebSocket:
New Channels:

  • SBE BBO Channel (books1, templateId=1002): Real-time best bid/ask price (BBO) push, triggered on every BBO change, with microsecond-precision timestamps and sequence number (seq) for message ordering and packet loss detection
  • SBE 50-Level Order Book Channel (books50, templateId=1001): Full 50-level bid/ask order book snapshot pushed every 20ms, with sequence number for out-of-order detection
  • SBE Public Trade Channel (publicTrade, templateId=1003): Real-time public trade records, supports batch push (multiple trades per frame)

All channels use SBE binary format (WebSocket opCode=2, little-endian). Subscription/control phase uses JSON text frames.

[April 14, 2026] Backend System Optimization Announcement

To continuously improve the trading experience, we will be performing a backend system technical upgrade on April 14(UTC+8). After the upgrade, users will experience lower latency in order processing.

All optimizations will be completed on the server side. No client-side changes are required.

[April 14, 2026] Unified Account Adds API to Get All Current Risk Reserves

Interface:

  • /api/v3/market/risk-reserve-all
    Changes: Added an API to get all current risk reserves for Unified Account

[April 14, 2026] Unified Account – Market Instruments API Adds symbolType Field

Interface:

  • /api/v3/market/instruments
    Changes: Added symbolType field: crypto cryptocurrency metal precious metals stock stocks commodity commodities

[April 9, 2026] Unified Account WebSocket: Private Order Channel to Stop Pushing Order Status "live"

WebSocket

To improve platform system performance, the private order channel ("topic": "order") will stop pushing the live status.

[April 2, 2026] Added Risk Reserve Fund (Hourly) API

New API:

  • /api/v3/market/risk-reserve-hour

Changes:

  • Supports querying the risk reserve fund on an hourly basis.

[April 2, 2026] New Unified Account (UTA) Futures Public Copy-Trading APIs

New API:

  • /api/v3/copy/futures/trading-pairs Get copy-trading trading pair information
  • /api/v3/copy/futures/position-summary Get position summary
MayMarch
On this page
  • [April 29, 2026] Strategy Orders: Added trigger order support and strategy-order WebSocket channel
    • strategy
    • websocket
  • [April 27, 2026] Added Get Account Info API
  • [April 23, 2026] WebSocket Unified Account (v3) demo trading depth channel push frequency adjustment.
    • websocket
  • [April 21, 2026] Spot Trading: preSPAX (Pre-IPO SpaceX) Trading Pair Now Available
  • [April 21, 2026] Unified Account WebSocket SBE Public Channels Now Available
  • [April 14, 2026] Backend System Optimization Announcement
  • [April 14, 2026] Unified Account Adds API to Get All Current Risk Reserves
  • [April 14, 2026] Unified Account – Market Instruments API Adds symbolType Field
  • [April 9, 2026] Unified Account WebSocket: Private Order Channel to Stop Pushing Order Status "live"
    • WebSocket
  • [April 2, 2026] Added Risk Reserve Fund (Hourly) API
  • [April 2, 2026] New Unified Account (UTA) Futures Public Copy-Trading APIs