Open API

New Features

Potentially Breaking Changes

/Port - Positions,  After 2017/02/01

We have decided to migrate the location of the "SourceOrderId" field from  the PositionDetails object, addressable through /positions/details/

to the PositionBase section of

/positions

This means that you will not have to make a separate call to /positions/details to get the SourceOrderId.

The SourceOrderId is already now present in the PositionBase section. We will remove it from the PositonDetails object some time after 2017/02/01.

Known Issues

/Trading 

General

When placing issuing a (valid) POST against any OpenAPI endpoint, the response will be gzipped, even if the request did not include the Accept-Encoding:gzip,deflate.

This only occurs if the requesting application is located outside of Europe.

Normally this is not an issue for browser based applications, and many standard HTTP libraries also automatcially unzip the contents.

We are investigating this issue. In the meantime your client application must be prepared to received compressed data, even if it had not specified the accept-encoding header.