Version 1.3.9 (16 March 2026)
Update Create new order api. These changes will take effect on 16th March 2026.
- Update the `price` description
- Update the `BUY MARKET STOP` example
- Add the `BUY MARKET TAKE PROFIT` example
- Add the `BUY TRAILING STOP MARKET` example
Version 1.3.8 (08 December 2025)
Updated documentation to clarify the behavior difference in symbol representation between Market and Wallet-related APIs.
- The Market Summary API uses K/M/B prefixed symbols in the symbol field for crypto assets with small prices and processes trade quantities accordingly. Example: K_PEIPEI
- Wallet-related APIs here now consistently use the original crypto name (without K/M/B prefix) for both request and response payloads. This matches the base field shown in the Market Summary API. Example: PEIPEI
Version 1.3.7 (03 December 2025)
[Futures] Update Risk Limit api. These changes will take effect on 11th January 2026.
- Market Summary: minRiskLimit, maxRiskLimit, maxPosition now in notional value.
- Get Risk Limit: riskLimit now in notional value; added riskLimitLevel to indicate current tier.
- Set Risk Limit: use new required field riskLimitLevel; riskLimit no longer accepted.
Version 1.3.6 (21 July 2025)
Add ability to cancel all orders from a market for Delete Order (Remove mandatory from field description)
Version 1.3.5 (16 July 2025)
- [Spot] Release V3.3 API. This change will take effect on 16th July, 2025.
- [Futures] Release V2.3 API. This change will take effect on 16th July, 2025.
Version 1.3.4 (10 July 2025)
The platform will phase out support for two open API endpoints on 30th July, 2025. The following endpoints will be deprecated:
Version 1.3.3 (09 April 2025)
Update the description for Request field type for Amend Order. This change will take effect on 18th May, 2025.
Version 1.3.2 (21 March 2025)
Add new wallet endpoint Get crypto networks
Version 1.3.1 (22 January 2025)
- [WebSocket] Add description for ping/pong mechanism.
- [WebSocket] Remove grouping argument from oss L1 orderbook snapshot and change description for push timing.
Version 1.3.0 (18 September 2024)
Update the permission-related content in the description of all APIs
Version 1.2.9 (21 August 2024)
Description of the Index Order only supports USD quotes. Create new order
Version 1.2.8 (14 August 2024)
[WebSocket] Send an additional cancel notification for an IOC order which is partially filled.
Version 1.2.7 (08 August 2024)
Add new wallet endpoint Delete Wallet Address to delete an address
Version 1.2.6 (26 July 2024)
- Change description for
closeOrderof all position models - [WebSocket] Add a behaviour to push positionsV2 and allPositionsV3 every 5 seconds
Version 1.2.5 (21 June 2024)
Remove WebSocket topics trades which is replaced by tradeHistoryApi (spot) and tradeHistoryApiV2 (futures)
Version 1.2.4 (20 June 2024)
Add new version of WebSocket topics to apply new market name.
- change tradeHistoryApi to tradeHistoryApiV2
- change fills to fillsV2
- change notificationApiV2 to notificationApiV3
- change allPosition to allPositionV3
- change positions to positionsV2
Version 1.2.3 (29 May 2024)
Add contractSize field in the following APIs and WebSocket topics.
Version 1.2.2 (03 April 2024)
Add API for querying Subaccount Transfer History
Version 1.2.1 (29 March 2024)
Description of the maximum number of days for querying historical records.
- [Spot] Query Trades Fills
- [Futures] Query Trades Fills / Query Wallet History
Version 1.2.0 (22 February 2024)
[Futures] Spam order rule adjustment
[WS] add OSS-L1-Snapshot for Futures Orderbook Streaming
Version 1.1.9 (02 February 2024)
[Spot] Add wallet currency description for B_, M_, K_ prefixed markets for Wallet Balance and Wallet History
Version 1.1.8 (01 February 2024)
[Futures] Add contract size and notional value description for futures order api
Version 1.1.7 (31 January 2024)
[Futures] Add API for querying Funding History
Version 1.1.6 (29 January 2024)
[Futures] Support Cross Leverage
- Add
marginModefield in api Get Leverage and Set Leverage
Version 1.1.5 (05 January 2024)
Change description for walletSrc and walletDest for Wallet Transfer and Sub-account Wallet Transfer which is required only for related walletSrcType and walletDestType is ISOLATED
Version 1.1.4 (08 November 2023)
- Add API Query Position Mode and Change Position Mode for querying and changing position mode
- API related to order and position have added the fields or parameter:
positionModeandpositionIdandpositionDirection
Version 1.1.3 (07 November 2023)
- Update
fundingRatedescription in Market Summary - Add
listFullAttributesparameter in Market Summary - Add optional
fundingIntervalMinutesandfundingTimein Market Summary - The new funding rate interval scheduled effective date is
Nov 14, 2023 - Add new API Query Order
Version 1.1.2 (31 October 2023)
[IMPORTANT] Futures: Adjust the HTTP status code (200) and error messages for trading-related API. The scheduled effective date is November 7, 2023, at 10:00 AM (UTC+0).
This includes but is not limited to the following situations.
- Order not found
- Change status code to
400 - Change errorCode to
400
- Change status code to
- Order rejected
- Change status code to
400 - Change errorCode to
400
- Change status code to
- Maximum open order exceeded
- Change status code to
400 - Change errorCode to
304
- Change status code to
- reach rate limit
- Change status code to
429 - Change errorCode to
303
- Change status code to
- market unavailable
- Change status code to
400 - Change errorCode to
400
- Change status code to
Version 1.1.1 (23 October 2023)
[Futures] Add positions in websocket streams for user to get all positions includes closed position
Version 1.1.0 (20 October 2023)
[Spot] Add two new response field isMarketOpenToOtc, isMarketOpenToSpot in Market Summary
Version 1.0.9 (16 October 2023)
[Futures]
- Add TP/SL (Take Profit/Stop Loss) parameters in Create New Order
- Add API Bind TP/SL in Trade Endpoints to bind TP/SL with an existing position
- Add TP/SL fields in Trade Endpoints Query Open Orders and Query Positions
- Add TP/SL fields in Websocket Streams All Position
Version 1.0.8 (03 October 2023)
[Futures] Correct response data type
Version 1.0.7 (18 September 2023)
[Spot] Correct the data types of parameters in order related APIs and remove 451 status code
Version 1.0.6 (11 September 2023)
[Futures] Add Get Leverage to get leverage for market
Version 1.0.5 (03 September 2023)
Remove the slide parameter from Amend Order
Version 1.0.4 (29 August 2023)
Add status code 400 for abnormal usage.
Version 1.0.3 (24 August 2023)
Deprecate legacy orderbook for spot and futures, please use oss orderbook stream instead.
Version 1.0.2 (17 July 2023)
Add new websocket topic Futures Open Order
Version 1.0.1 (10 July 2023)
Add heartbeat recommondation
Version 1.0.0
Initial version