22 February 2023

  • Updated

API

  • /public/get_order_book, get_order_book_by_instrument_id:

    Random numbers for the depth parameter are no longer permitted. Supported depth levels are [1, 5, 10, 20, 50, 100, 1000, 10000]. If the depth parameter is not one of the supported levels it will be rounded up to the closest supported level, with a maximum value of 10,000.

  • private/toggle_portfolio_margining:

    The user_id parameter is now optional (by default the authenticated user will be used). The method is also available for subaccounts. This means that as of now users that only have access to one of the sub-accounts can also switch margin settings from standard to portfolio margining (and vice versa).

FIX

Fixed a bug that prevented sending combination or strategy orders.

Frontend

Resetting the login password will close all open sessions.