DateChanges
June, 2022

REST API and WebSocket API

  • Development and implementation of the GET /ledger method.
  • Improvement of the POST /order method response and adding of the commisionAsset parameter there.
May, 2022

REST API and WebSocket API

  • Development and implementation of the GET /fetchOrder method.
March, 2022

REST API and WebSocket API

  • Development and implementation of the GET /tradingLimits, GET /fundingLimits and GET /tradingFees methods.
February, 2022

REST API and WebSocket API

  • Development and implementation of the GET /currencies, GET /deposits, GET /withdrawals methods.
December, 2021

REST API and WebSocket API

  • Adding information about maximum and minimum stop loss / take profit values and asset type to the GET /exchangeInfo response.
November, 2021

REST API and WebSocket API

  • We improved Swagger documentation and mentioning both live and demo base URLs.
  • The logic of the symbol parameter values was improved and we implemented a case-insensitive logic.
September, 2021

REST API and WebSocket API

  • Fixing an issue with GSL values mentioning when creating LIMIT orders and these values depiction on the platform.
  • Improving of the errors handling.
July, 2021

REST API and WebSocket API

  • The second version (v2) of the REST and WS API was added with a complete list of the leverage instruments available there, please note that for the demo accounts only the first version (v1) is available.
  • Added the /tradingPositionsHistory endpoint which provides an opportunity to view the historic trades info per symbol.
June, 2021

REST API and WebSocket API

  • Added an opportunity to use the demo account with the first version (v1) of the REST and WS API.
  • Added the showZeroBalance parameter for the /account endpoint in order clients could turn on or off the zero balances depiction in the response.
May, 2021

REST API and WebSocket API

  • Added an opportunity to view data on the Heiken-Ashi type of the bars in the /klines endpoint, REST API and OHLCMarketData.subscribe stream, WS API.
December, 2020

REST API and WebSocket API

  • Fixed error message texts when setting the wrong stopLoss or takeProfit values, updated request limits for openOrders endpoint which is now equal to 5 requests per second instead of 10, fixed accountId parameter values wrong representation.
  • Fixed an issue with the concurrent WebSocket requests.
November, 2020

REST API and WebSocket API

  • Changed the HTTP codes logic and representing them in the right way, unification of error messages between Rest and Websocket APIs, /updateTradingOrder endpoint fix.
  • Got rid off unnecessary parameters in /myTrades, /aggTrades, /order and /updateTradingOrder endpoints.
  • Fixed an inability to set expireTimestamp parameter for exchange limit orders.
June, 2020

REST API and WebSocket API

  • 50 tokenised assets and cryptocurrency market pairs were added and became available for trading in the leverage mode within our API.
May, 2020

REST API and WebSocket API

  • A new STOP order type was added. It is available within the ‘leverage’ trading mode.
  • Added an opportunity to use ‘leverage’ trading mode with BTC/USD; ETH/USD; Crude Oil (XTI.cx); Brent Oil (XBR.cx); S&P 500 (SPXm.cx); LTC/USD; Gold (XAUm.cx); EUR/USD; Tesla (TSLA.cx); XRP/USD market pairs.
May, 2020

General Public API

  • startTime and endTime parameters from /aggTrades endpoint were removed for all types of market data API.
  • /candles endpoint was implemented for only crypto market data API.
March, 2020

REST API

  • SIGNED Endpoint Examples for POST /api/v1/order were changed in accordance to the ERL encoding requirements.
  • Responses descriptions were added in the GET/api/v1/klines and GET/api/v1/aggTrades parts of the API documentation.