blob: d85f3b02ed9cd7327c937891a4188c3d212d1138 [file] [log] [blame]
== Camel Xchange integration tests
Connection to `https://api.binance.com` has to be enabled by providing system property `enable.xchange.itests` with value `true`. If not provided mocked test (using Wiremock is used).
Several tests require real credentials (to access acount/wallet/..)
Please provide system properties:
```
... -Dxchange.api.key=#your_api_key -Dxchange.secret.key=#your_secret_key
```
or environmental properties:
```
export XCHANGE_API_KEY=#your_api_key
export XCHANGE_SECRET_KEY=#your_secret_key