Example on how to decompose a batch request

Batch requests are used by the Saxo apps and can be used as an example on how the Api can be used. However, batch requests are sometimes difficult to read. With this tool you can convert the requests into single requests.
Hack: it is possible to use SaxoTraderGO without batch requests, by adding the noBatching query parameter: https://www.saxotrader.com/sim/d?noBatching=1
Keep in mind that a lot of endpoints used by Investor+, or SaxoTraderGO, are only for Saxo internal usage so are blocked for thirdparty apps.

More info: https://www.developer.saxo/openapi/learn/batching-requests

POST body containing requests:

Response of the batch request:


Response:
Click button to launch function.

JS code:
Click button to show code.