Version 1.0.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.0.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.0.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.0.6 (21 July 2025)
Add ability to cancel all orders from a market for Delete Order (Remove mandatory from field description)
Version 1.0.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.0.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.0.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.0.2 (21 March 2025)
Add new wallet endpoint Get crypto networks
Version 1.0.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.0.0
Initial version