OpenAPI

We have released several new endpoints, and made additions in existing trade related endpoints, to support the coming requirement for pre-trade disclaimers. You can read more about pre-trade disclaimers in our Upcoming Changes annoucement here: https://www.developer.saxo/openapi/releasenotes/planned-changes.

New Features

Service Group

Release notes

Disclaimer Management

NEW

GET dm/v2/disclaimers?DisclaimerTokens={DisclaimerTokens}

New endpoint that returns details for disclaimers matching the provided DisclaimerTokens.


NEW

POST dm/v2/disclaimers

New endpoint that allows registration of users responses to disclaimers.

Trading

POST trade/v2/orders/precheck

IMPROVED Added 'PreTradeDisclaimers' object to the response, which contains a DisclaimerContext, as well as a list of DisclaimerTokens representing disclaimers the user must respond to before the order can be placed. Not returned when no disclaimers are required.


POST trade/v2/orders

IMPROVED Added 'PreTradeDisclaimers' to the error response on order placement, in cases where the order is rejected due to outstanding disclaimers.

Please also observe the announced planned changes, which may be potentially breaking.