Spot API Changelog
Version 3.4.17 (16th March 2026)β
- In the API Create new order
- Update the
pricedescription - Update the
BUY MARKET STOPexample - Add the
BUY MARKET TAKE PROFITexample - Add the
BUY TRAILING STOP MARKETexample
- Update the
Version 3.4.16 (22nd September 2025)β
-
In the API Create new order, a new request field
triggerPriceTypehas been added. For the following order types, users can now specify whether the trigger price is based onINDEX_PRICEorLAST_PRICE(default:INDEX_PRICE):- Stop Limit
- Stop Market
- Take Profit Limit
- Take Profit Market
- Trailing Stop Market
- OCO (One Cancels the Other)
This change took effect on September 24, 2025.
Version 3.4.15 (9th April 2025)β
- Update the description for request field
typefor Amend order. This change took effect on 18th May, 2025.
Version 3.4.14 (6th November 2024)β
- Add maximum days of trade history explanation for API Query User Trades Fills
Version 3.4.13 (30th October 2024)β
- Add
TIMEOUTstatus in API Enum for APIs Create new order, Amend order, and Cancel order
Version 3.4.12 (16th September 2024)β
- Update the permission-related content in the description of all APIs
Version 3.4.11 (21st August 2024)β
- Description of the Index Order only supports USD quotes β Create new order
Version 3.4.10 (10th July 2024)β
- Add Rate Limit Mechanism Description β see Authentication
Version 3.4.9 (29th March 2024)β
- Description of the maximum number of days for querying historical records β Query Trades Fills
Version 3.4.8 (25th October 2023)β
- Add new API Query Order
Version 3.4.7 (20th October 2023)β
- Add two new response fields
isMarketOpenToOtc,isMarketOpenToSpotin Market Summary (since migrated to Markets API)
Version 3.4.6 (18th September 2023)β
- Correct the data types of parameters in order related APIs and remove 451 status code
Version 3.4.5 (3rd September 2023)β
- Remove the
slideparameter from Amend order
Version 3.4.4 (29th August 2023)β
- Add 451 status code in Error Codes and make Order Book WebSocket Streams an independent section
Version 3.4.3 (17th August 2023)β
- Update Notifications response data format from array to object
Version 3.4.2 (29th May 2023)β
- Update the error message format of Orderbook Stream Service (OSS). Effective
June 6, 2023, at 10:00 AM (UTC+0).
Version 3.4.1 (17th May 2023)β
- Add Ping/Pong for websocket streams
Version 3.4.0 (12th April 2023)β
- Deprecated websocket topics
Orderbook Snapshot (By grouping)andOrderbook Snapshot (By depth). Please use the following topics throughwss://ws.btse.com/ws/oss/spot:
Version 3.3.8 (29th March 2023)β
- Update the HTTP status code for authentication failed to
401
Version 3.3.6 (7th February 2023)β
- Update
symbolparameter as optional inopen_orders - Add funding fee data in Query User Trades Fills
Version 3.2.2 (29th January 2021)β
- Websocket endpoints updated:
- Spot:
wss://ws.btse.com/ws/spot - Futures:
wss://ws.btse.com/ws/futures
- Spot:
- Login topic now responds with JSON:
{"event":"login","success":true} - Subscription acknowledgements now return successfully subscribed topics only