2021-09-03 06:54:15 +00:00
|
|
|
"exchange": {
|
|
|
|
"name": "{{ exchange_name | lower }}",
|
|
|
|
"key": "{{ exchange_key }}",
|
|
|
|
"secret": "{{ exchange_secret }}",
|
|
|
|
"password": "{{ exchange_key_password }}",
|
2021-10-04 18:22:41 +00:00
|
|
|
"ccxt_config": {},
|
|
|
|
"ccxt_async_config": {},
|
2021-09-03 06:54:15 +00:00
|
|
|
"pair_whitelist": [
|
|
|
|
],
|
|
|
|
"pair_blacklist": [
|
|
|
|
]
|
|
|
|
}
|