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

March 2026

[March 31, 2026] Move Positions API is now available on Unified Trading Account

New API:

  • /api/v3/account/move-positions: Move positions between accounts within the same master-sub account system
  • /api/v3/account/move-position-history: Query move position history

This feature allows whitelisted users to transfer futures positions (USDT/USDC futures, cross-margin mode only) between master and sub-accounts without going through the matching engine. The move price defaults to mark price, no trading fees are charged, and the trades will not appear in public market data.

[March 27, 2026] Added Unified Account On-Chain Elite Earn APIs

API:

  • /api/v3/earn/elite-product Get On-Chain Elite product list
  • /api/v3/earn/elite-assets Get On-Chain Elite asset information
  • /api/v3/earn/elite-subscribe-info Get On-Chain Elite subscription details
  • /api/v3/earn/elite-records Get On-Chain Elite historical records
  • /api/v3/earn/elite-subscribe On-Chain Elite subscription
  • /api/v3/earn/elite-subscribe-result Get On-Chain Elite subscription result
  • /api/v3/earn/elite-redeem-info Get On-Chain Elite redemption information
  • /api/v3/earn/elite-redeem On-Chain Elite redemption

[Mar 26, 2026] Update on the regular release schedule

  • To improve system stability, our backend’s regular release window has been adjusted to Tuesdays and Thursdays, 14: 00–18:00 (excluding emergency releases).
  • During the regular release window, the REST API may return error responses such as 45001, 40725, 40808. Please retry after receiving these errors.
  • WebSocket connections may be disconnected during the release. Please add a reconnection mechanism in your code. Before disconnecting, WebSocket will send an error message (error code: 30033, error message: “Service upgrade in progress. Connection reset imminent. Please reconnect”) to notify the client that the connection is about to be reset. After receiving this message, the client should reconnect.

[March 16, 2026] Added Fast Fill WebSocket Channel

WebSocket:
Changes:

  • Added Fast Fill Channel (fast-fill) - A streamlined version of the private fill channel with fewer parameters and lower latency. Pushed directly from the matching engine rather than through the counter. Only pushes order fill data for users in UTA mode. Does not currently push strategy and copy trading fill data.

[March 12, 2026] Retail Price Improvement (RPI) orders are now available on Unified Trading Account (UTA).

new API: /api/v3/market/rpi-orderbook
new channel: rpi order book

Please refer to Bitget Retail Price Improvement (RPI) Orders for more details.

[March 12, 2026] Support querying basic/advanced account mode information

API:

  • /api/v3/account/settings

Changes:
A new field accountLevel has been added to indicate the account level: basic (Basic mode) and advanced (Advanced mode).

[March 11, 2026] Fee Sign Adjustment for the “Get Trade Fills” API

API:

  • /api/v3/trade/fills

Changes:
To align with the WebSocket trade-fill channel pushes, we have unified the sign convention for fees in trade fills. The current fee sign convention in the trade-fill REST API is:

  • fee < 0: The platform pays the user (the user receives a rebate).
  • fee > 0: The user pays the platform (the user pays a trading fee).

[March 3, 2026] Launch of Market Maker Fee Rate API Query

API:

  • /api/v3/market/fee-group Get market maker fee rate groups
  • /api/v3/market/score-weights Get market maker score weights
AprilFebruary
On this page
  • [March 31, 2026] Move Positions API is now available on Unified Trading Account
  • [March 27, 2026] Added Unified Account On-Chain Elite Earn APIs
  • [Mar 26, 2026] Update on the regular release schedule
  • [March 16, 2026] Added Fast Fill WebSocket Channel
  • [March 12, 2026] Retail Price Improvement (RPI) orders are now available on Unified Trading Account (UTA).
  • [March 12, 2026] Support querying basic/advanced account mode information
  • [March 11, 2026] Fee Sign Adjustment for the “Get Trade Fills” API
  • [March 3, 2026] Launch of Market Maker Fee Rate API Query