Update config_bittrex.example.json
This commit is contained in:
parent
46690d6024
commit
062ef7b9da
@ -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},
|
||||||
|
Loading…
Reference in New Issue
Block a user