mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 02:12:01 +00:00
add ETC/BTC pair to conftest get_markets
This commit is contained in:
parent
fb3787173f
commit
714822c93c
|
@ -964,6 +964,29 @@ def get_markets():
|
|||
},
|
||||
"info": {},
|
||||
},
|
||||
"ETC/BTC": {
|
||||
"id": "ETCBTC",
|
||||
"symbol": "ETC/BTC",
|
||||
"base": "ETC",
|
||||
"quote": "BTC",
|
||||
"active": True,
|
||||
"spot": True,
|
||||
"swap": False,
|
||||
"linear": None,
|
||||
"type": "spot",
|
||||
"contractSize": None,
|
||||
"precision": {"base": 8, "quote": 8, "amount": 2, "price": 7},
|
||||
"limits": {
|
||||
"amount": {"min": 0.01, "max": 90000000.0},
|
||||
"price": {"min": 1e-07, "max": 1000.0},
|
||||
"cost": {"min": 0.0001, "max": 9000000.0},
|
||||
"leverage": {
|
||||
"min": None,
|
||||
"max": None,
|
||||
},
|
||||
},
|
||||
"info": {},
|
||||
},
|
||||
"ETH/USDT": {
|
||||
"id": "USDT-ETH",
|
||||
"symbol": "ETH/USDT",
|
||||
|
|
Loading…
Reference in New Issue
Block a user