Update config_binance.example.json
This commit is contained in:
parent
f9d72837ec
commit
46690d6024
@ -26,6 +26,13 @@
|
|||||||
},
|
},
|
||||||
"exchange": {
|
"exchange": {
|
||||||
"name": "binance",
|
"name": "binance",
|
||||||
|
"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": {},
|
"ccxt_config": {},
|
||||||
@ -90,4 +97,3 @@
|
|||||||
"internals": {
|
"internals": {
|
||||||
"process_throttle_secs": 5
|
"process_throttle_secs": 5
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
Loading…
Reference in New Issue
Block a user