Update config_binance.example.json

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

View File

@ -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
} }
}