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

February 2026

[Feb 8, 2026] API supports borrowing for transfers & Trading product information adds launchTime field

API:

  • /api/v3/account/transfer: Added allowBorrow parameter to support automatic borrowing through margin when account balance is insufficient
  • /api/v3/account/sub-transfer: Added allowBorrow parameter to support borrowing transfers between main and sub-accounts
  • /api/v3/market/instruments: Added launchTime field in response parameters to indicate the launch time of trading pairs

Changes:

  • Transfer endpoints now support automatic margin borrowing when balance is insufficient by setting allowBorrow to yes
  • Trading product information now includes launch time (Unix millisecond timestamp) for better tracking of new listings

[Feb 5, 2026] Unified Account Staking & Lending API is now live.

API:

  • /api/v3/loan/borrow: Query supported collateral currencies
  • /api/v3/loan/interest: Query estimated interest and borrowable amount
  • /api/v3/loan/borrow: Borrow
  • /api/v3/loan/borrow-ongoing: Query current borrowings
  • /api/v3/loan/borrow-history: Query borrowing history
  • /api/v3/loan/repay: Repay
  • /api/v3/loan/repay-history: Query repayment history
  • /api/v3/loan/revise-pledge: Adjust collateral ratio
  • /api/v3/loan/pledge-rate-history: Query collateral ratio history
  • /api/v3/loan/debts: Query assets and liabilities
  • /api/v3/loan/reduces: Query liquidation records

[Feb 5, 2026] Adjustment to the response of institution loan Get Margin Coin Info endpiont

RestAPI : /api/v3/ins-loan/ensure-coins-convert Adjustment: When the margin mode is enabled as "Tiered Discount Rate Model", the response of institution loan Get Margin Coin Info endpiont will add ladder (ladder) and margin coin conversion rate (convertRatio) parameters;

[Feb 4, 2026] WebSocket sends error message before disconnection during service upgrade

WebSocket:
Changes:

  • Within 60 seconds before disconnecting during service upgrades, WebSocket will now send an error message (error code: 30033, error message: "Service upgrade in progress. Connection reset imminent. Please reconnect.") to notify clients that the connection will be reset. Clients should reconnect upon receiving this message.
MarchJanuary
On this page
  • [Feb 8, 2026] API supports borrowing for transfers & Trading product information adds launchTime field
  • [Feb 5, 2026] Unified Account Staking & Lending API is now live.
  • [Feb 5, 2026] Adjustment to the response of institution loan Get Margin Coin Info endpiont
  • [Feb 4, 2026] WebSocket sends error message before disconnection during service upgrade