Changelog
September 2026
[September 15, 2026] Get Account Fee Rate: Added rpiFlag request parameter
Interface:
/api/v3/account/fee-rate
Changes:
- Added
rpiFlagString optional request parameter: RPI fee rate flag.yesYes;noNo. For market maker users to get fee rates for RPI-enabled trading pairs. Invalid for non-market-maker users. Default:no
[September 15, 2026] Get Fee Group: Added rpiMakerFeeRate response parameter
Interface:
/api/v3/market/fee-group
Changes:
- Added
rpiMakerFeeRateString response parameter: RPI maker fee rate in decimal form, e.g.0.0001means 0.01%. Applies to market maker users and only available for trading pairs with RPI enabled.
[September 11, 2026] CFD Trading Guide: Added supported API features and trading mode/instrument code rules
- Updated the CFD Trading Guide page: added the supported API features section and the trading mode and instrument code rules section, and updated the related support article links.
[September 10, 2026] Get Account Setting: Added deltaSwitch response parameter
Interface:
/api/v3/account/settings
Changes:
- Added
deltaSwitchString response parameter: Delta-neutral mode switch.noDelta-neutral mode disabled;yesDelta-neutral mode enabled.
[September 10, 2026] Get Instruments: Added maxMarketOrderAmount response parameter
Interface:
/api/v3/market/instruments
Changes:
- Added
maxMarketOrderAmountString response parameter: Maximum order amount for a single market order. This is only applicable for spot trading pairs; not returned for futures trading pairs.
[September 10, 2026] Added CFD Trading Guide
New Guide:
- Added the CFD Trading Guide page, covering an overview of Bitget CFD trading, trading pair naming formats, the CFD account opening prerequisite, and related support articles.
[September 10, 2026] Added CFD Trading API: 16 New Endpoints for Market Data, Trade, Positions, and Account
New APIs:
/api/v3/cfd/account/instrumentsGet tradable CFD instrument information/api/v3/cfd/market/tickersGet CFD ticker information/api/v3/cfd/market/history-candlestickGet historical candlestick data for a CFD trading pair/api/v3/cfd/trade/place-orderPlace a CFD order/api/v3/cfd/trade/modify-orderModify a CFD order/api/v3/cfd/trade/cancel-orderCancel a CFD order/api/v3/cfd/trade/cancel-allCancel all CFD orders/api/v3/cfd/trade/unfilled-orderGet unfilled CFD orders/api/v3/cfd/trade/history-orderGet CFD order history/api/v3/cfd/trade/close-positionsClose CFD positions/api/v3/cfd/trade/close-all-positionsClose all CFD positions/api/v3/cfd/trade/current-positionsGet current CFD positions/api/v3/cfd/account/fund-detailGet CFD account fund detail/api/v3/cfd/account/financial-recordsGet CFD account financial records/api/v3/cfd/account/transferTransfer funds to/from a CFD account/api/v3/cfd/account/transfer-recordsGet CFD account transfer records
[September 7, 2026] Place Order / WS Place Order Channel: Clarified that Reality (rtoken) trading pairs only support market-type preset TP/SL
Interface:
/api/v3/trade/place-order- WebSocket Place Order channel
Changes:
- Clarified that for Reality (rtoken) trading pairs,
tpOrderTypeandslOrderTypecurrently support onlymarket; limit-type preset take-profit/stop-loss is not supported.
[September 3, 2026] Preview: Modify Order/Batch Modify Order: symbol and category to change from optional to required
Effective date: September 30, 2026
Interface:
/api/v3/trade/modify-order/api/v3/trade/batch-modify-order- WebSocket
modify-order/batch-modify-orderchannels
Changes:
- Request parameter
symbolchanges from optional to required. - Request parameter
categorychanges from optional to required.
[September 3, 2026] Get Grid Bot Detail: Added arbitrageCount and terminationReason response parameters
Interface:
/api/v3/trade/grid/bot-detail
Changes:
- Added
arbitrageCountString response parameter: arbitrage count. - Added
terminationReasonString response parameter: termination reason.
[September 3, 2026] Place/Cancel Order: Added Reality (rToken) support
Interface:
/api/v3/trade/place-order/api/v3/trade/cancel-order- WebSocket
place-order/cancel-orderchannels
Changes:
- Added support for Reality (rToken) stock trading pairs.
- Added rToken rate limit: 5/sec/UID by default, 30/sec/UID for whitelisted users.
[September 3, 2026] Added Get Eligible Discount Rate API
New API:
/api/v3/account/eligible-discount-rateQuery the eligible (whitelist) user's coin discount rate gradient
