Some tests for new market checking

This commit is contained in:
Matthias
2021-11-01 09:12:39 +01:00
parent 3fac5c5bcd
commit 534b0a5911
2 changed files with 67 additions and 41 deletions

View File

@@ -777,6 +777,8 @@ def get_markets():
'base': 'ETH',
'quote': 'USDT',
'spot': True,
'future': True,
'margin': True,
'type': 'spot',
'precision': {
'amount': 8,
@@ -802,6 +804,8 @@ def get_markets():
'quote': 'USDT',
'active': False,
'spot': True,
'future': True,
'margin': True,
'type': 'spot',
'precision': {
'amount': 8,