Update config_bittrex.example.json

This commit is contained in:
Noah Gago 2021-12-11 16:51:30 -05:00 committed by GitHub
parent 46690d6024
commit 062ef7b9da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,6 +26,13 @@
}, },
"exchange": { "exchange": {
"name": "bittrex", "name": "bittrex",
"reduced_fees_strategy": {
"enable": true,
"process_throttle_secs": 3600,
"currency": "BNB",
"BNB_maximum": 0.35,
"BNB_minimum": 0.012
},
"key": "your_exchange_key", "key": "your_exchange_key",
"secret": "your_exchange_secret", "secret": "your_exchange_secret",
"ccxt_config": {"enableRateLimit": true}, "ccxt_config": {"enableRateLimit": true},