added swap and linear to conftest markets
This commit is contained in:
parent
7a0f7da128
commit
e3bd40c3c7
@ -579,6 +579,8 @@ def get_markets():
|
|||||||
'quote': 'BTC',
|
'quote': 'BTC',
|
||||||
'active': True,
|
'active': True,
|
||||||
'spot': True,
|
'spot': True,
|
||||||
|
'swap': False,
|
||||||
|
'linear': None,
|
||||||
'type': 'spot',
|
'type': 'spot',
|
||||||
'precision': {
|
'precision': {
|
||||||
'price': 8,
|
'price': 8,
|
||||||
@ -614,6 +616,8 @@ def get_markets():
|
|||||||
# According to ccxt, markets without active item set are also active
|
# According to ccxt, markets without active item set are also active
|
||||||
# 'active': True,
|
# 'active': True,
|
||||||
'spot': True,
|
'spot': True,
|
||||||
|
'swap': False,
|
||||||
|
'linear': None,
|
||||||
'type': 'spot',
|
'type': 'spot',
|
||||||
'precision': {
|
'precision': {
|
||||||
'price': 8,
|
'price': 8,
|
||||||
@ -648,6 +652,8 @@ def get_markets():
|
|||||||
'quote': 'BTC',
|
'quote': 'BTC',
|
||||||
'active': True,
|
'active': True,
|
||||||
'spot': True,
|
'spot': True,
|
||||||
|
'swap': False,
|
||||||
|
'linear': None,
|
||||||
'type': 'spot',
|
'type': 'spot',
|
||||||
'precision': {
|
'precision': {
|
||||||
'price': 8,
|
'price': 8,
|
||||||
@ -682,6 +688,8 @@ def get_markets():
|
|||||||
'quote': 'BTC',
|
'quote': 'BTC',
|
||||||
'active': True,
|
'active': True,
|
||||||
'spot': True,
|
'spot': True,
|
||||||
|
'swap': False,
|
||||||
|
'linear': None,
|
||||||
'type': 'spot',
|
'type': 'spot',
|
||||||
'precision': {
|
'precision': {
|
||||||
'price': 8,
|
'price': 8,
|
||||||
@ -717,6 +725,8 @@ def get_markets():
|
|||||||
'quote': 'BTC',
|
'quote': 'BTC',
|
||||||
'active': True,
|
'active': True,
|
||||||
'spot': True,
|
'spot': True,
|
||||||
|
'swap': False,
|
||||||
|
'linear': None,
|
||||||
'type': 'spot',
|
'type': 'spot',
|
||||||
'precision': {
|
'precision': {
|
||||||
'price': 8,
|
'price': 8,
|
||||||
@ -752,6 +762,8 @@ def get_markets():
|
|||||||
'quote': 'BTC',
|
'quote': 'BTC',
|
||||||
'active': True,
|
'active': True,
|
||||||
'spot': True,
|
'spot': True,
|
||||||
|
'swap': False,
|
||||||
|
'linear': None,
|
||||||
'type': 'spot',
|
'type': 'spot',
|
||||||
'precision': {
|
'precision': {
|
||||||
'price': 8,
|
'price': 8,
|
||||||
@ -787,6 +799,8 @@ def get_markets():
|
|||||||
'quote': 'BTC',
|
'quote': 'BTC',
|
||||||
'active': False,
|
'active': False,
|
||||||
'spot': True,
|
'spot': True,
|
||||||
|
'swap': False,
|
||||||
|
'linear': None,
|
||||||
'type': 'spot',
|
'type': 'spot',
|
||||||
'contractSize': None,
|
'contractSize': None,
|
||||||
'precision': {
|
'precision': {
|
||||||
@ -877,6 +891,7 @@ def get_markets():
|
|||||||
'future': True,
|
'future': True,
|
||||||
'swap': True,
|
'swap': True,
|
||||||
'margin': True,
|
'margin': True,
|
||||||
|
'linear': True,
|
||||||
'type': 'spot',
|
'type': 'spot',
|
||||||
'contractSize': None,
|
'contractSize': None,
|
||||||
'taker': 0.0006,
|
'taker': 0.0006,
|
||||||
@ -912,6 +927,8 @@ def get_markets():
|
|||||||
'quote': 'USDT',
|
'quote': 'USDT',
|
||||||
'active': True,
|
'active': True,
|
||||||
'spot': True,
|
'spot': True,
|
||||||
|
'swap': False,
|
||||||
|
'linear': None,
|
||||||
'type': 'spot',
|
'type': 'spot',
|
||||||
'taker': 0.0006,
|
'taker': 0.0006,
|
||||||
'maker': 0.0002,
|
'maker': 0.0002,
|
||||||
@ -945,6 +962,8 @@ def get_markets():
|
|||||||
'quote': 'USDT',
|
'quote': 'USDT',
|
||||||
'active': True,
|
'active': True,
|
||||||
'spot': True,
|
'spot': True,
|
||||||
|
'swap': False,
|
||||||
|
'linear': None,
|
||||||
'type': 'spot',
|
'type': 'spot',
|
||||||
'taker': 0.0006,
|
'taker': 0.0006,
|
||||||
'maker': 0.0002,
|
'maker': 0.0002,
|
||||||
@ -978,6 +997,8 @@ def get_markets():
|
|||||||
'quote': 'USDT',
|
'quote': 'USDT',
|
||||||
'active': True,
|
'active': True,
|
||||||
'spot': True,
|
'spot': True,
|
||||||
|
'swap': False,
|
||||||
|
'linear': None,
|
||||||
'type': 'spot',
|
'type': 'spot',
|
||||||
'contractSize': None,
|
'contractSize': None,
|
||||||
'taker': 0.0006,
|
'taker': 0.0006,
|
||||||
@ -1015,6 +1036,8 @@ def get_markets():
|
|||||||
'quote': 'USD',
|
'quote': 'USD',
|
||||||
'active': True,
|
'active': True,
|
||||||
'spot': True,
|
'spot': True,
|
||||||
|
'swap': False,
|
||||||
|
'linear': None,
|
||||||
'type': 'spot',
|
'type': 'spot',
|
||||||
'contractSize': None,
|
'contractSize': None,
|
||||||
'precision': {
|
'precision': {
|
||||||
@ -1048,6 +1071,8 @@ def get_markets():
|
|||||||
'quote': 'USDT',
|
'quote': 'USDT',
|
||||||
'active': True,
|
'active': True,
|
||||||
'spot': False,
|
'spot': False,
|
||||||
|
'swap': True,
|
||||||
|
'linear': True,
|
||||||
'type': 'swap',
|
'type': 'swap',
|
||||||
'contractSize': 0.01,
|
'contractSize': 0.01,
|
||||||
'taker': 0.0006,
|
'taker': 0.0006,
|
||||||
@ -1083,6 +1108,8 @@ def get_markets():
|
|||||||
'quote': 'ETH',
|
'quote': 'ETH',
|
||||||
'active': True,
|
'active': True,
|
||||||
'spot': True,
|
'spot': True,
|
||||||
|
'swap': False,
|
||||||
|
'linear': None,
|
||||||
'type': 'spot',
|
'type': 'spot',
|
||||||
'contractSize': None,
|
'contractSize': None,
|
||||||
'precision': {
|
'precision': {
|
||||||
|
Loading…
Reference in New Issue
Block a user