Skip to content

Commit e58ab78

Browse files
committed
docs: add operatorId to bitvavo docs
closes freqtrade#11748
1 parent 9fe361f commit e58ab78

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

docs/exchanges.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -367,6 +367,25 @@ Hyperliquid handles deposits and withdrawals on the Arbitrum One chain, a Layer
367367

368368
The Hyperliquid API does not provide historic data beyond the single call to fetch current data, so downloading data is not possible, as the downloaded data would not constitute proper historic data.
369369

370+
## Bitvavo
371+
372+
If your account is required to use an operatorId, you can set it in the configuration file as follows:
373+
374+
``` json
375+
"exchange": {
376+
"name": "bitvavo",
377+
"key": "",
378+
"secret": "",
379+
"ccxt_config": {
380+
"options": {
381+
"operatorId": "123567"
382+
}
383+
},
384+
}
385+
```
386+
387+
Bitvavo expects the `operatorId` to be an integer.
388+
370389
## All exchanges
371390

372391
Should you experience constant errors with Nonce (like `InvalidNonce`), it is best to regenerate the API keys. Resetting Nonce is difficult and it's usually easier to regenerate the API keys.

0 commit comments

Comments
 (0)