confest markets removed futures values from ETH/USDT
This commit is contained in:
parent
430051275a
commit
6c4325b7a2
@ -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': {
|
||||||
|
Loading…
Reference in New Issue
Block a user