Local API (Coming Soon)

This feature is not yet available.

The TraderServer Enterprise comes with a local API which you can use for several goals. The local API is hosted on the REST server and its disabled by default.

To enable the local API, you need to open the settings.env file and enter a secret key at the LOCALAPI_SECRET field. But be aware, the secret key needs to be at least 6 charachters long.

# --------------------------------------
# Local API
#
# To enable the local API, enter your password secret key here
# --------------------------------------
LOCALAPI_SECRET =
pageConfiguration

Normally the API is documented, but we have chosen not to do this. Instead, we have created a library which you can directly hook up and offers the complete interface directly.

Todo, add link to: HaasLibrary

Last updated