confest markets removed futures values from ETH/USDT

This commit is contained in:
Sam Germain 2022-01-31 13:44:57 -06:00
parent 430051275a
commit 6c4325b7a2

View File

@ -817,10 +817,10 @@ def get_markets():
'symbol': 'ETH/USDT', 'symbol': 'ETH/USDT',
'base': 'ETH', 'base': 'ETH',
'quote': 'USDT', 'quote': 'USDT',
'settle': 'USDT', 'settle': None,
'baseId': 'ETH', 'baseId': 'ETH',
'quoteId': 'USDT', 'quoteId': 'USDT',
'settleId': 'USDT', 'settleId': None,
'type': 'spot', 'type': 'spot',
'spot': True, 'spot': True,
'margin': True, 'margin': True,
@ -828,14 +828,14 @@ def get_markets():
'future': True, 'future': True,
'option': False, 'option': False,
'active': True, 'active': True,
'contract': True, 'contract': None,
'linear': True, 'linear': None,
'inverse': False, 'inverse': None,
'taker': 0.0006, 'taker': 0.0006,
'maker': 0.0002, 'maker': 0.0002,
'contractSize': 1, 'contractSize': None,
'expiry': 1680220800000, 'expiry': None,
'expiryDateTime': '2023-03-31T00:00:00.000Z', 'expiryDateTime': None,
'strike': None, 'strike': None,
'optionType': None, 'optionType': None,
'precision': { 'precision': {