removed value_precision and price_precision
This commit is contained in:
parent
050a7406b5
commit
dbf6e40860
@ -106,7 +106,8 @@
|
|||||||
, "strategy": "CVTT_QST001"
|
, "strategy": "CVTT_QST001"
|
||||||
, "strategies": {
|
, "strategies": {
|
||||||
"CVTT_QST001": {
|
"CVTT_QST001": {
|
||||||
"class": "cvttpy.trading.strategies.test_strat.TestStrategy"
|
# "class": "cvttpy.trading.strategies.test_strat.RandomTestStrategy"
|
||||||
|
"class": "cvttpy.trading.strategies.test_strat.SeesawTestStrategy"
|
||||||
, "params": {
|
, "params": {
|
||||||
"dummy": "dummy"
|
"dummy": "dummy"
|
||||||
}
|
}
|
||||||
@ -128,7 +129,7 @@
|
|||||||
"CVTT_BK01": {}
|
"CVTT_BK01": {}
|
||||||
}
|
}
|
||||||
, "database": {
|
, "database": {
|
||||||
"positions_table": "cvtt_positions"
|
"positions_table": "prod.cvtt_positions"
|
||||||
, "credentials_key": {
|
, "credentials_key": {
|
||||||
"write": "CVTT_TRD_DB_02"
|
"write": "CVTT_TRD_DB_02"
|
||||||
, "read_only": "CVTT_TRD_DB_02"
|
, "read_only": "CVTT_TRD_DB_02"
|
||||||
|
|||||||
@ -1,390 +1,299 @@
|
|||||||
|
# PAIR-XRP-EUR
|
||||||
|
# PAIR-XRP-USD
|
||||||
|
# PERP-BTC-BUSD
|
||||||
{
|
{
|
||||||
# -------------------------------------- PAIRs
|
# -------------------------------------- PAIRs
|
||||||
# --- PAIR-A
|
# --- PAIR-A
|
||||||
"PAIR-AAVE-BUSD": {
|
"PAIR-AAVE-BUSD": {
|
||||||
"base_asset": "AAVE",
|
"base_asset": "AAVE",
|
||||||
"quote_asset": "BUSD",
|
"quote_asset": "BUSD",
|
||||||
"price_precision": "0.01",
|
|
||||||
"quantity_precision": "0.001",
|
"quantity_precision": "0.001",
|
||||||
"value_precision": "0.0001",
|
|
||||||
"price_tick": 0.01
|
"price_tick": 0.01
|
||||||
},
|
},
|
||||||
"PAIR-AAVE-USD": {
|
"PAIR-AAVE-USD": {
|
||||||
"base_asset": "AAVE",
|
"base_asset": "AAVE",
|
||||||
"quote_asset": "USD",
|
"quote_asset": "USD",
|
||||||
"price_precision": "0.01",
|
|
||||||
"quantity_precision": "0.001",
|
"quantity_precision": "0.001",
|
||||||
"value_precision": "0.0001",
|
|
||||||
"price_tick": 0.01
|
"price_tick": 0.01
|
||||||
},
|
},
|
||||||
"PAIR-ASD-USDT": {
|
"PAIR-ASD-USDT": {
|
||||||
"base_asset": "ASD",
|
"base_asset": "ASD",
|
||||||
"quote_asset": "USDT",
|
"quote_asset": "USDT",
|
||||||
"price_precision": "0.01",
|
|
||||||
"quantity_precision": "0.0001",
|
"quantity_precision": "0.0001",
|
||||||
"value_precision": "0.000000001",
|
|
||||||
"contract_size": 1.0,
|
"contract_size": 1.0,
|
||||||
"price_tick": 0.1
|
"price_tick": 0.01
|
||||||
},
|
},
|
||||||
"PAIR-AVAX-BUSD": {
|
"PAIR-AVAX-BUSD": {
|
||||||
"base_asset": "AVAX",
|
"base_asset": "AVAX",
|
||||||
"quote_asset": "BUSD",
|
"quote_asset": "BUSD",
|
||||||
"price_precision": "0.00001",
|
|
||||||
"quantity_precision": "0.00001",
|
"quantity_precision": "0.00001",
|
||||||
"value_precision": "0.0000000001",
|
|
||||||
"price_tick": 0.00001
|
"price_tick": 0.00001
|
||||||
},
|
},
|
||||||
"PAIR-AVAX-USD": {
|
"PAIR-AVAX-USD": {
|
||||||
"base_asset": "AVAX",
|
"base_asset": "AVAX",
|
||||||
"quote_asset": "USD",
|
"quote_asset": "USD",
|
||||||
"price_precision": "0.00001",
|
|
||||||
"quantity_precision": "0.00001",
|
"quantity_precision": "0.00001",
|
||||||
"value_precision": "0.0000000001",
|
|
||||||
"price_tick": 0.00001
|
"price_tick": 0.00001
|
||||||
},
|
},
|
||||||
"PAIR-AVAX-USDT": {
|
"PAIR-AVAX-USDT": {
|
||||||
"base_asset": "AVAX",
|
"base_asset": "AVAX",
|
||||||
"quote_asset": "USDT",
|
"quote_asset": "USDT",
|
||||||
"price_precision": "0.00001",
|
|
||||||
"quantity_precision": "0.00001",
|
"quantity_precision": "0.00001",
|
||||||
"value_precision": "0.0000000001",
|
|
||||||
"price_tick": 0.00001
|
"price_tick": 0.00001
|
||||||
},
|
},
|
||||||
# --- PAIR-B
|
# --- PAIR-B
|
||||||
"PAIR-BCH-BUSD": {
|
"PAIR-BCH-BUSD": {
|
||||||
"base_asset": "BCH",
|
"base_asset": "BCH",
|
||||||
"quote_asset": "BUSD",
|
"quote_asset": "BUSD",
|
||||||
"price_precision": "0.1",
|
|
||||||
"quantity_precision": "0.001",
|
"quantity_precision": "0.001",
|
||||||
"value_precision": "0.0001",
|
|
||||||
"price_tick": 0.1
|
"price_tick": 0.1
|
||||||
},
|
},
|
||||||
"PAIR-BCH-USD": {
|
"PAIR-BCH-USD": {
|
||||||
"base_asset": "BCH",
|
"base_asset": "BCH",
|
||||||
"quote_asset": "USD",
|
"quote_asset": "USD",
|
||||||
"price_precision": "0.1",
|
|
||||||
"quantity_precision": "0.001",
|
"quantity_precision": "0.001",
|
||||||
"value_precision": "0.0001",
|
|
||||||
"price_tick": 0.1
|
"price_tick": 0.1
|
||||||
},
|
},
|
||||||
"PAIR-BTC-BUSD": {
|
"PAIR-BTC-BUSD": {
|
||||||
"base_asset": "BTC",
|
"base_asset": "BTC",
|
||||||
"quote_asset": "BUSD",
|
"quote_asset": "BUSD",
|
||||||
"price_precision": "0.01",
|
|
||||||
"quantity_precision": "0.00000001",
|
"quantity_precision": "0.00000001",
|
||||||
"value_precision": "0.0000000001",
|
|
||||||
"price_tick": 0.1
|
"price_tick": 0.1
|
||||||
},
|
},
|
||||||
"PAIR-BTC-MXN": {
|
"PAIR-BTC-MXN": {
|
||||||
"base_asset": "BTC",
|
"base_asset": "BTC",
|
||||||
"quote_asset": "MXN",
|
"quote_asset": "MXN",
|
||||||
"price_precision": "1.0",
|
|
||||||
"quantity_precision": "0.000001",
|
"quantity_precision": "0.000001",
|
||||||
"value_precision": "0.000001",
|
|
||||||
"price_tick": 1
|
"price_tick": 1
|
||||||
},
|
},
|
||||||
"PAIR-BTC-USD": {
|
"PAIR-BTC-USD": {
|
||||||
"base_asset": "BTC",
|
"base_asset": "BTC",
|
||||||
"quote_asset": "USD",
|
"quote_asset": "USD",
|
||||||
"price_precision": "0.01",
|
|
||||||
"quantity_precision": "0.00000001",
|
"quantity_precision": "0.00000001",
|
||||||
"value_precision": "0.0000000001",
|
|
||||||
"price_tick": 0.1
|
"price_tick": 0.1
|
||||||
},
|
},
|
||||||
"PAIR-BTC-USDT": {
|
"PAIR-BTC-USDT": {
|
||||||
"base_asset": "BTC",
|
"base_asset": "BTC",
|
||||||
"quote_asset": "USDT",
|
"quote_asset": "USDT",
|
||||||
"price_precision": "0.01",
|
|
||||||
"quantity_precision": "0.00000001",
|
"quantity_precision": "0.00000001",
|
||||||
"value_precision": "0.0000000001",
|
|
||||||
"price_tick": 0.1
|
"price_tick": 0.1
|
||||||
},
|
},
|
||||||
"PAIR-BUSD-USDT": {
|
"PAIR-BUSD-USDT": {
|
||||||
"base_asset": "BUSD",
|
"base_asset": "BUSD",
|
||||||
"quote_asset": "USDT",
|
"quote_asset": "USDT",
|
||||||
"price_precision": "0.0001",
|
|
||||||
"quantity_precision": "0.0001",
|
"quantity_precision": "0.0001",
|
||||||
"value_precision": "0.00000001",
|
|
||||||
"price_tick": 0.0001
|
"price_tick": 0.0001
|
||||||
},
|
},
|
||||||
# --- PAIR-D
|
# --- PAIR-D
|
||||||
"PAIR-DOGE-BUSD": {
|
"PAIR-DOGE-BUSD": {
|
||||||
"base_asset": "DOGE",
|
"base_asset": "DOGE",
|
||||||
"quote_asset": "BUSD",
|
"quote_asset": "BUSD",
|
||||||
"price_precision": "0.00001",
|
|
||||||
"quantity_precision": "0.01",
|
"quantity_precision": "0.01",
|
||||||
"value_precision": "0.00001",
|
|
||||||
"price_tick": 0.00001
|
"price_tick": 0.00001
|
||||||
},
|
},
|
||||||
"PAIR-DOGE-USD": {
|
"PAIR-DOGE-USD": {
|
||||||
"base_asset": "DOGE",
|
"base_asset": "DOGE",
|
||||||
"quote_asset": "USD",
|
"quote_asset": "USD",
|
||||||
"price_precision": "0.00001",
|
|
||||||
"quantity_precision": "0.01",
|
"quantity_precision": "0.01",
|
||||||
"value_precision": "0.00001",
|
|
||||||
"price_tick": 0.00001
|
"price_tick": 0.00001
|
||||||
},
|
},
|
||||||
"PAIR-DOGE-USDT": {
|
"PAIR-DOGE-USDT": {
|
||||||
"base_asset": "DOGE",
|
"base_asset": "DOGE",
|
||||||
"quote_asset": "USDT",
|
"quote_asset": "USDT",
|
||||||
"price_precision": "0.00001",
|
|
||||||
"quantity_precision": "0.01",
|
"quantity_precision": "0.01",
|
||||||
"value_precision": "0.00001",
|
|
||||||
"price_tick": 0.00001
|
"price_tick": 0.00001
|
||||||
},
|
},
|
||||||
# --- PAIR-E
|
# --- PAIR-E
|
||||||
"PAIR-ETH-BUSD": {
|
"PAIR-ETH-BUSD": {
|
||||||
"base_asset": "ETH",
|
"base_asset": "ETH",
|
||||||
"quote_asset": "BUSD",
|
"quote_asset": "BUSD",
|
||||||
"price_precision": "0.01",
|
|
||||||
"quantity_precision": "0.0001",
|
"quantity_precision": "0.0001",
|
||||||
"value_precision": "0.00000001",
|
|
||||||
"price_tick": 0.01
|
"price_tick": 0.01
|
||||||
},
|
},
|
||||||
"PAIR-ETH-USD": {
|
"PAIR-ETH-USD": {
|
||||||
"base_asset": "ETH",
|
"base_asset": "ETH",
|
||||||
"quote_asset": "USD",
|
"quote_asset": "USD",
|
||||||
"price_precision": "0.01",
|
|
||||||
"quantity_precision": "0.0001",
|
"quantity_precision": "0.0001",
|
||||||
"value_precision": "0.00000001",
|
|
||||||
"price_tick": 0.01
|
"price_tick": 0.01
|
||||||
},
|
},
|
||||||
"PAIR-ETH-USDT": {
|
"PAIR-ETH-USDT": {
|
||||||
"base_asset": "ETH",
|
"base_asset": "ETH",
|
||||||
"quote_asset": "USDT",
|
"quote_asset": "USDT",
|
||||||
"price_precision": "0.01",
|
|
||||||
"quantity_precision": "0.0001",
|
"quantity_precision": "0.0001",
|
||||||
"value_precision": "0.00000001",
|
|
||||||
"price_tick": 0.01
|
"price_tick": 0.01
|
||||||
},
|
},
|
||||||
"PAIR-EUR-GBP": {
|
"PAIR-EUR-GBP": {
|
||||||
"base_asset": "EUR",
|
"base_asset": "EUR",
|
||||||
"quote_asset": "GBP",
|
"quote_asset": "GBP",
|
||||||
"price_precision": "0.00001",
|
|
||||||
"quantity_precision": "0.00001",
|
"quantity_precision": "0.00001",
|
||||||
"value_precision": "0.0000000001",
|
|
||||||
"price_tick": 0.00001
|
"price_tick": 0.00001
|
||||||
},
|
},
|
||||||
"PAIR-EUR-USD": {
|
"PAIR-EUR-USD": {
|
||||||
"base_asset": "EUR",
|
"base_asset": "EUR",
|
||||||
"quote_asset": "USD",
|
"quote_asset": "USD",
|
||||||
"price_precision": "0.00001",
|
|
||||||
"quantity_precision": "0.00001",
|
"quantity_precision": "0.00001",
|
||||||
"value_precision": "0.0000000001",
|
|
||||||
"price_tick": 0.00001
|
"price_tick": 0.00001
|
||||||
},
|
},
|
||||||
# --- PAIR-G
|
# --- PAIR-G
|
||||||
"PAIR-GENE-USDT": {
|
"PAIR-GENE-USDT": {
|
||||||
"base_asset": "GENE",
|
"base_asset": "GENE",
|
||||||
"quote_asset": "USDT",
|
"quote_asset": "USDT",
|
||||||
"price_precision": "0.001",
|
|
||||||
"quantity_precision": "0.01",
|
"quantity_precision": "0.01",
|
||||||
"value_precision": "0.000001",
|
|
||||||
"price_tick": 0.001
|
"price_tick": 0.001
|
||||||
},
|
},
|
||||||
"PAIR-GBP-USD": {
|
"PAIR-GBP-USD": {
|
||||||
"base_asset": "GBP",
|
"base_asset": "GBP",
|
||||||
"quote_asset": "USD",
|
"quote_asset": "USD",
|
||||||
"price_precision": "0.00001",
|
|
||||||
"quantity_precision": "0.00001",
|
"quantity_precision": "0.00001",
|
||||||
"value_precision": "0.0000000001",
|
|
||||||
"price_tick": 0.00001
|
"price_tick": 0.00001
|
||||||
},
|
},
|
||||||
# --- PAIR-L
|
# --- PAIR-L
|
||||||
"PAIR-LINK-BUSD": {
|
"PAIR-LINK-BUSD": {
|
||||||
"base_asset": "LINK",
|
"base_asset": "LINK",
|
||||||
"quote_asset": "BUSD",
|
"quote_asset": "BUSD",
|
||||||
"price_precision": "0.001",
|
|
||||||
"quantity_precision": "0.01",
|
"quantity_precision": "0.01",
|
||||||
"value_precision": "0.00001",
|
|
||||||
"price_tick": 0.001
|
"price_tick": 0.001
|
||||||
},
|
},
|
||||||
"PAIR-LINK-USD": {
|
"PAIR-LINK-USD": {
|
||||||
"base_asset": "LINK",
|
"base_asset": "LINK",
|
||||||
"quote_asset": "USD",
|
"quote_asset": "USD",
|
||||||
"price_precision": "0.001",
|
|
||||||
"quantity_precision": "0.01",
|
"quantity_precision": "0.01",
|
||||||
"value_precision": "0.00001",
|
|
||||||
"price_tick": 0.001
|
"price_tick": 0.001
|
||||||
},
|
},
|
||||||
"PAIR-LINK-USDT": {
|
"PAIR-LINK-USDT": {
|
||||||
"base_asset": "LINK",
|
"base_asset": "LINK",
|
||||||
"quote_asset": "USDT",
|
"quote_asset": "USDT",
|
||||||
"price_precision": "0.001",
|
|
||||||
"quantity_precision": "0.01",
|
"quantity_precision": "0.01",
|
||||||
"value_precision": "0.00001",
|
|
||||||
"price_tick": 0.001
|
"price_tick": 0.001
|
||||||
},
|
},
|
||||||
"PAIR-LTC-BUSD": {
|
"PAIR-LTC-BUSD": {
|
||||||
"base_asset": "LTC",
|
"base_asset": "LTC",
|
||||||
"quote_asset": "BUSD",
|
"quote_asset": "BUSD",
|
||||||
"price_precision": "0.01",
|
|
||||||
"quantity_precision": "0.001",
|
"quantity_precision": "0.001",
|
||||||
"value_precision": "0.00001",
|
|
||||||
"price_tick": 0.01
|
"price_tick": 0.01
|
||||||
},
|
},
|
||||||
"PAIR-LTC-USD": {
|
"PAIR-LTC-USD": {
|
||||||
"base_asset": "LTC",
|
"base_asset": "LTC",
|
||||||
"quote_asset": "USD",
|
"quote_asset": "USD",
|
||||||
"price_precision": "0.01",
|
|
||||||
"quantity_precision": "0.001",
|
"quantity_precision": "0.001",
|
||||||
"value_precision": "0.00001",
|
|
||||||
"price_tick": 0.01
|
"price_tick": 0.01
|
||||||
},
|
},
|
||||||
"PAIR-LTC-USDT": {
|
"PAIR-LTC-USDT": {
|
||||||
"base_asset": "LTC",
|
"base_asset": "LTC",
|
||||||
"quote_asset": "USDT",
|
"quote_asset": "USDT",
|
||||||
"price_precision": "0.01",
|
|
||||||
"quantity_precision": "0.001",
|
"quantity_precision": "0.001",
|
||||||
"value_precision": "0.00001",
|
|
||||||
"price_tick": 0.01
|
"price_tick": 0.01
|
||||||
},
|
},
|
||||||
# --- PAIR-M
|
# --- PAIR-M
|
||||||
"PAIR-MATIC-BUSD": {
|
"PAIR-MATIC-BUSD": {
|
||||||
"base_asset": "MATIC",
|
"base_asset": "MATIC",
|
||||||
"quote_asset": "USD",
|
"quote_asset": "USD",
|
||||||
"price_precision": "0.0001",
|
|
||||||
"quantity_precision": "0.01",
|
"quantity_precision": "0.01",
|
||||||
"value_precision": "0.0000001",
|
|
||||||
"price_tick": 0.0001
|
"price_tick": 0.0001
|
||||||
},
|
},
|
||||||
"PAIR-MATIC-USD": {
|
"PAIR-MATIC-USD": {
|
||||||
"base_asset": "MATIC",
|
"base_asset": "MATIC",
|
||||||
"quote_asset": "USD",
|
"quote_asset": "USD",
|
||||||
"price_precision": "0.0001",
|
|
||||||
"quantity_precision": "0.01",
|
"quantity_precision": "0.01",
|
||||||
"value_precision": "0.0000001",
|
|
||||||
"price_tick": 0.0001
|
"price_tick": 0.0001
|
||||||
},
|
},
|
||||||
"PAIR-MATIC-USDT": {
|
"PAIR-MATIC-USDT": {
|
||||||
"base_asset": "MATIC",
|
"base_asset": "MATIC",
|
||||||
"quote_asset": "USDT",
|
"quote_asset": "USDT",
|
||||||
"price_precision": "0.0001",
|
|
||||||
"quantity_precision": "0.01",
|
"quantity_precision": "0.01",
|
||||||
"value_precision": "0.0000001",
|
|
||||||
"price_tick": 0.0001
|
"price_tick": 0.0001
|
||||||
},
|
},
|
||||||
"PAIR-MPL-USD": {
|
"PAIR-MPL-USD": {
|
||||||
"base_asset": "MPL",
|
"base_asset": "MPL",
|
||||||
"quote_asset": "USD",
|
"quote_asset": "USD",
|
||||||
"price_precision": "0.01",
|
|
||||||
"quantity_precision": "0.001",
|
"quantity_precision": "0.001",
|
||||||
"value_precision": "0.0000001",
|
|
||||||
"price_tick": 0.01
|
"price_tick": 0.01
|
||||||
},
|
},
|
||||||
# --- PAIR-S
|
# --- PAIR-S
|
||||||
"PAIR-SOL-BUSD": {
|
"PAIR-SOL-BUSD": {
|
||||||
"base_asset": "SOL",
|
"base_asset": "SOL",
|
||||||
"quote_asset": "BUSD",
|
"quote_asset": "BUSD",
|
||||||
"price_precision": "0.01",
|
|
||||||
"quantity_precision": "0.01",
|
"quantity_precision": "0.01",
|
||||||
"value_precision": "0.0001",
|
|
||||||
"price_tick": 0.01
|
"price_tick": 0.01
|
||||||
},
|
},
|
||||||
"PAIR-SOL-USD": {
|
"PAIR-SOL-USD": {
|
||||||
"base_asset": "SOL",
|
"base_asset": "SOL",
|
||||||
"quote_asset": "USD",
|
"quote_asset": "USD",
|
||||||
"price_precision": "0.01",
|
|
||||||
"quantity_precision": "0.01",
|
"quantity_precision": "0.01",
|
||||||
"value_precision": "0.0001",
|
|
||||||
"price_tick": 0.01
|
"price_tick": 0.01
|
||||||
},
|
},
|
||||||
# --- PAIR-U
|
# --- PAIR-U
|
||||||
"PAIR-UNI-BUSD": {
|
"PAIR-UNI-BUSD": {
|
||||||
"base_asset": "UNI",
|
"base_asset": "UNI",
|
||||||
"quote_asset": "BUSD",
|
"quote_asset": "BUSD",
|
||||||
"price_precision": "0.01",
|
|
||||||
"quantity_precision": "0.01",
|
"quantity_precision": "0.01",
|
||||||
"value_precision": "0.0001",
|
|
||||||
"price_tick": 0.01
|
"price_tick": 0.01
|
||||||
},
|
},
|
||||||
"PAIR-UNI-USD": {
|
"PAIR-UNI-USD": {
|
||||||
"base_asset": "UNI",
|
"base_asset": "UNI",
|
||||||
"quote_asset": "USD",
|
"quote_asset": "USD",
|
||||||
"price_precision": "0.01",
|
|
||||||
"quantity_precision": "0.01",
|
"quantity_precision": "0.01",
|
||||||
"value_precision": "0.0001",
|
|
||||||
"price_tick": 0.01
|
"price_tick": 0.01
|
||||||
},
|
},
|
||||||
"PAIR-USD-JPY": {
|
"PAIR-USD-JPY": {
|
||||||
"base_asset": "USD",
|
"base_asset": "USD",
|
||||||
"quote_asset": "JPY",
|
"quote_asset": "JPY",
|
||||||
"price_precision": "0.001",
|
|
||||||
"quantity_precision": "0.001",
|
"quantity_precision": "0.001",
|
||||||
"value_precision": "0.0000001",
|
|
||||||
"price_tick": 0.001
|
"price_tick": 0.001
|
||||||
},
|
},
|
||||||
"PAIR-USD-MXN": {
|
"PAIR-USD-MXN": {
|
||||||
"base_asset": "USD",
|
"base_asset": "USD",
|
||||||
"quote_asset": "MXN",
|
"quote_asset": "MXN",
|
||||||
"price_precision": "0.001",
|
|
||||||
"quantity_precision": "0.001",
|
"quantity_precision": "0.001",
|
||||||
"value_precision": "0.0000001",
|
|
||||||
"price_tick": 0.001
|
"price_tick": 0.001
|
||||||
},
|
},
|
||||||
"PAIR-USDC-USDT": {
|
"PAIR-USDC-USDT": {
|
||||||
"base_asset": "USDC",
|
"base_asset": "USDC",
|
||||||
"quote_asset": "USDT",
|
"quote_asset": "USDT",
|
||||||
"price_precision": "0.0001",
|
|
||||||
"quantity_precision": "1",
|
"quantity_precision": "1",
|
||||||
"value_precision": "0.000001",
|
|
||||||
"price_tick": 0.0001
|
"price_tick": 0.0001
|
||||||
},
|
},
|
||||||
"PAIR-USDT-USD": {
|
"PAIR-USDT-USD": {
|
||||||
"base_asset": "USDT",
|
"base_asset": "USDT",
|
||||||
"quote_asset": "USD",
|
"quote_asset": "USD",
|
||||||
"price_precision": "0.0001",
|
|
||||||
"quantity_precision": "0.0001",
|
"quantity_precision": "0.0001",
|
||||||
"value_precision": "0.0000001",
|
|
||||||
"price_tick": 0.0001
|
"price_tick": 0.0001
|
||||||
},
|
},
|
||||||
# --- PAIR-X
|
# --- PAIR-X
|
||||||
"PAIR-XRP-BTC": {
|
"PAIR-XRP-BTC": {
|
||||||
"base_asset": "XRP",
|
"base_asset": "XRP",
|
||||||
"quote_asset": "BTC",
|
"quote_asset": "BTC",
|
||||||
"price_precision": "0.00000001",
|
|
||||||
"quantity_precision": "1.0",
|
"quantity_precision": "1.0",
|
||||||
"value_precision": "0.00000001",
|
|
||||||
"price_tick": 0.00000001
|
"price_tick": 0.00000001
|
||||||
},
|
},
|
||||||
"PAIR-XRP-BUSD": {
|
"PAIR-XRP-BUSD": {
|
||||||
"base_asset": "XRP",
|
"base_asset": "XRP",
|
||||||
"quote_asset": "BUSD",
|
"quote_asset": "BUSD",
|
||||||
"price_precision": "0.0001",
|
|
||||||
"quantity_precision": "0.01",
|
"quantity_precision": "0.01",
|
||||||
"value_precision": "0.0000001",
|
|
||||||
"price_tick": 0.0001
|
"price_tick": 0.0001
|
||||||
},
|
},
|
||||||
"PAIR-XRP-EUR": {
|
"PAIR-XRP-EUR": {
|
||||||
"base_asset": "XRP",
|
"base_asset": "XRP",
|
||||||
"quote_asset": "EUR",
|
"quote_asset": "EUR",
|
||||||
"price_precision": "0.0001",
|
|
||||||
"quantity_precision": "0.01",
|
"quantity_precision": "0.01",
|
||||||
"value_precision": "0.0001",
|
"price_tick": 0.0001
|
||||||
"price_tick": 0.00001
|
|
||||||
},
|
},
|
||||||
"PAIR-XRP-MXN": {
|
"PAIR-XRP-MXN": {
|
||||||
"base_asset": "XRP",
|
"base_asset": "XRP",
|
||||||
"quote_asset": "MXN",
|
"quote_asset": "MXN",
|
||||||
"price_precision": "0.000001",
|
|
||||||
"quantity_precision": "0.01",
|
"quantity_precision": "0.01",
|
||||||
"value_precision": "0.00000001",
|
|
||||||
"price_tick": 0.000001
|
"price_tick": 0.000001
|
||||||
},
|
},
|
||||||
"PAIR-XRP-USD": {
|
"PAIR-XRP-USD": {
|
||||||
"base_asset": "XRP",
|
"base_asset": "XRP",
|
||||||
"quote_asset": "USD",
|
"quote_asset": "USD",
|
||||||
"price_precision": "0.0001",
|
|
||||||
"quantity_precision": "0.01",
|
"quantity_precision": "0.01",
|
||||||
"value_precision": "0.0001",
|
"price_tick": 0.0001
|
||||||
"price_tick": 0.00001
|
|
||||||
},
|
},
|
||||||
"PAIR-XRP-USDT": {
|
"PAIR-XRP-USDT": {
|
||||||
"base_asset": "XRP",
|
"base_asset": "XRP",
|
||||||
"quote_asset": "USDT",
|
"quote_asset": "USDT",
|
||||||
"price_precision": "0.0001",
|
|
||||||
"quantity_precision": "0.01",
|
"quantity_precision": "0.01",
|
||||||
"value_precision": "0.0001",
|
|
||||||
"price_tick": 0.0001
|
"price_tick": 0.0001
|
||||||
},
|
},
|
||||||
# ****************************************************
|
# ****************************************************
|
||||||
@ -394,168 +303,128 @@
|
|||||||
"PERP-AAVE-USDT": {
|
"PERP-AAVE-USDT": {
|
||||||
"base_asset": "AAVE",
|
"base_asset": "AAVE",
|
||||||
"quote_asset": "USDT",
|
"quote_asset": "USDT",
|
||||||
"price_precision": "0.1",
|
|
||||||
"quantity_precision": "0.001",
|
"quantity_precision": "0.001",
|
||||||
"value_precision": "0.0001",
|
|
||||||
"price_tick": 0.1
|
"price_tick": 0.1
|
||||||
},
|
},
|
||||||
"PERP-AVAX-USDT": {
|
"PERP-AVAX-USDT": {
|
||||||
"base_asset": "AVAX",
|
"base_asset": "AVAX",
|
||||||
"quote_asset": "USDT",
|
"quote_asset": "USDT",
|
||||||
"price_precision": "0.00001",
|
|
||||||
"quantity_precision": "0.00001",
|
"quantity_precision": "0.00001",
|
||||||
"value_precision": "0.0000000001",
|
|
||||||
"price_tick": 0.00001
|
"price_tick": 0.00001
|
||||||
},
|
},
|
||||||
# --- PERP-B
|
# --- PERP-B
|
||||||
"PERP-BCH-USDT": {
|
"PERP-BCH-USDT": {
|
||||||
"base_asset": "BCH",
|
"base_asset": "BCH",
|
||||||
"quote_asset": "USDT",
|
"quote_asset": "USDT",
|
||||||
"price_precision": "0.1",
|
|
||||||
"quantity_precision": "0.001",
|
"quantity_precision": "0.001",
|
||||||
"value_precision": "0.0001",
|
|
||||||
"price_tick": 0.1
|
"price_tick": 0.1
|
||||||
},
|
},
|
||||||
"PERP-BTC-BUSD": {
|
"PERP-BTC-BUSD": {
|
||||||
"base_asset": "BTC",
|
"base_asset": "BTC",
|
||||||
"quote_asset": "BUSD",
|
"quote_asset": "BUSD",
|
||||||
"price_precision": "0.01",
|
|
||||||
"quantity_precision": "0.00000001",
|
"quantity_precision": "0.00000001",
|
||||||
"value_precision": "0.0000000001",
|
|
||||||
"price_tick": 0.1
|
"price_tick": 0.1
|
||||||
},
|
},
|
||||||
"PERP-BTC-GUSD": {
|
"PERP-BTC-GUSD": {
|
||||||
"base_asset": "BTC",
|
"base_asset": "BTC",
|
||||||
"quote_asset": "GUSD",
|
"quote_asset": "GUSD",
|
||||||
"price_precision": "0.01",
|
|
||||||
"quantity_precision": "0.001",
|
"quantity_precision": "0.001",
|
||||||
"value_precision": "0.00001",
|
|
||||||
"price_tick": 0.01
|
"price_tick": 0.01
|
||||||
},
|
},
|
||||||
"PERP-BTC-USD": {
|
"PERP-BTC-USD": {
|
||||||
"base_asset": "BTC",
|
"base_asset": "BTC",
|
||||||
"quote_asset": "USD",
|
"quote_asset": "USD",
|
||||||
"price_precision": "0.1",
|
|
||||||
"quantity_precision": "1",
|
"quantity_precision": "1",
|
||||||
"value_precision": "0.1",
|
|
||||||
"price_tick": 0.1
|
"price_tick": 0.1
|
||||||
},
|
},
|
||||||
"PERP-BTC-USDC": {
|
"PERP-BTC-USDC": {
|
||||||
"base_asset": "BTC",
|
"base_asset": "BTC",
|
||||||
"quote_asset": "USDC",
|
"quote_asset": "USDC",
|
||||||
"price_precision": "0.01",
|
|
||||||
"quantity_precision": "0.001",
|
"quantity_precision": "0.001",
|
||||||
"value_precision": "0.00001",
|
|
||||||
"price_tick": 0.01
|
"price_tick": 0.01
|
||||||
},
|
},
|
||||||
"PERP-BTC-USDT": {
|
"PERP-BTC-USDT": {
|
||||||
"base_asset": "BTC",
|
"base_asset": "BTC",
|
||||||
"quote_asset": "USDT",
|
"quote_asset": "USDT",
|
||||||
"price_precision": "0.01",
|
|
||||||
"quantity_precision": "0.001",
|
"quantity_precision": "0.001",
|
||||||
"value_precision": "0.00001",
|
|
||||||
"price_tick": 0.01
|
"price_tick": 0.01
|
||||||
},
|
},
|
||||||
# --- PERP-D
|
# --- PERP-D
|
||||||
"PERP-DOGE-USDT": {
|
"PERP-DOGE-USDT": {
|
||||||
"base_asset": "DOGE",
|
"base_asset": "DOGE",
|
||||||
"quote_asset": "USDT",
|
"quote_asset": "USDT",
|
||||||
"price_precision": "0.000001",
|
|
||||||
"quantity_precision": "1",
|
"quantity_precision": "1",
|
||||||
"value_precision": "0.000001",
|
|
||||||
"price_tick": 0.000001
|
"price_tick": 0.000001
|
||||||
},
|
},
|
||||||
# --- PERP-E
|
# --- PERP-E
|
||||||
"PERP-ETH-BUSD": {
|
"PERP-ETH-BUSD": {
|
||||||
"base_asset": "ETH",
|
"base_asset": "ETH",
|
||||||
"quote_asset": "BUSD",
|
"quote_asset": "BUSD",
|
||||||
"price_precision": "0.01",
|
|
||||||
"quantity_precision": "0.0001",
|
"quantity_precision": "0.0001",
|
||||||
"value_precision": "0.00000001",
|
|
||||||
"price_tick": 0.01
|
"price_tick": 0.01
|
||||||
},
|
},
|
||||||
"PERP-ETH-USDC": {
|
"PERP-ETH-USDC": {
|
||||||
"base_asset": "ETH",
|
"base_asset": "ETH",
|
||||||
"quote_asset": "USDC",
|
"quote_asset": "USDC",
|
||||||
"price_precision": "0.01",
|
|
||||||
"quantity_precision": "0.001",
|
"quantity_precision": "0.001",
|
||||||
"value_precision": "0.00001",
|
|
||||||
"price_tick": 0.01
|
"price_tick": 0.01
|
||||||
},
|
},
|
||||||
"PERP-ETH-USD": {
|
"PERP-ETH-USD": {
|
||||||
"base_asset": "ETH",
|
"base_asset": "ETH",
|
||||||
"quote_asset": "USD",
|
"quote_asset": "USD",
|
||||||
"price_precision": "0.01",
|
|
||||||
"quantity_precision": "1",
|
"quantity_precision": "1",
|
||||||
"value_precision": "0.01",
|
|
||||||
"price_tick": 0.01
|
"price_tick": 0.01
|
||||||
},
|
},
|
||||||
"PERP-ETH-USDT": {
|
"PERP-ETH-USDT": {
|
||||||
"base_asset": "ETH",
|
"base_asset": "ETH",
|
||||||
"quote_asset": "USDT",
|
"quote_asset": "USDT",
|
||||||
"price_precision": "0.01",
|
|
||||||
"quantity_precision": "0.001",
|
"quantity_precision": "0.001",
|
||||||
"value_precision": "0.00001",
|
|
||||||
"price_tick": 0.01
|
"price_tick": 0.01
|
||||||
},
|
},
|
||||||
# --- PERP-L
|
# --- PERP-L
|
||||||
"PERP-LINK-BUSD": {
|
"PERP-LINK-BUSD": {
|
||||||
"base_asset": "LINK",
|
"base_asset": "LINK",
|
||||||
"quote_asset": "BUSD",
|
"quote_asset": "BUSD",
|
||||||
"price_precision": "0.001",
|
|
||||||
"quantity_precision": "0.01",
|
"quantity_precision": "0.01",
|
||||||
"value_precision": "0.00001",
|
|
||||||
"price_tick": 0.001
|
"price_tick": 0.001
|
||||||
},
|
},
|
||||||
"PERP-LINK-USDT": {
|
"PERP-LINK-USDT": {
|
||||||
"base_asset": "LINK",
|
"base_asset": "LINK",
|
||||||
"quote_asset": "USDT",
|
"quote_asset": "USDT",
|
||||||
"price_precision": "0.001",
|
|
||||||
"quantity_precision": "0.01",
|
"quantity_precision": "0.01",
|
||||||
"value_precision": "0.00001",
|
|
||||||
"price_tick": 0.001
|
"price_tick": 0.001
|
||||||
},
|
},
|
||||||
"PERP-LTC-BUSD": {
|
"PERP-LTC-BUSD": {
|
||||||
"base_asset": "LTC",
|
"base_asset": "LTC",
|
||||||
"quote_asset": "BUSD",
|
"quote_asset": "BUSD",
|
||||||
"price_precision": "0.01",
|
|
||||||
"quantity_precision": "0.001",
|
"quantity_precision": "0.001",
|
||||||
"value_precision": "0.00001",
|
|
||||||
"price_tick": 0.01
|
"price_tick": 0.01
|
||||||
},
|
},
|
||||||
"PERP-LTC-USDT": {
|
"PERP-LTC-USDT": {
|
||||||
"base_asset": "LTC",
|
"base_asset": "LTC",
|
||||||
"quote_asset": "USDT",
|
"quote_asset": "USDT",
|
||||||
"price_precision": "0.01",
|
|
||||||
"quantity_precision": "0.001",
|
"quantity_precision": "0.001",
|
||||||
"value_precision": "0.00001",
|
|
||||||
"price_tick": 0.01
|
"price_tick": 0.01
|
||||||
},
|
},
|
||||||
# --- PERP-M
|
# --- PERP-M
|
||||||
"PERP-MATIC-USDT": {
|
"PERP-MATIC-USDT": {
|
||||||
"base_asset": "MATIC",
|
"base_asset": "MATIC",
|
||||||
"quote_asset": "USDT",
|
"quote_asset": "USDT",
|
||||||
"price_precision": "0.00001",
|
|
||||||
"quantity_precision": "1",
|
"quantity_precision": "1",
|
||||||
"value_precision": "0.00001",
|
|
||||||
"price_tick": 0.00001
|
"price_tick": 0.00001
|
||||||
},
|
},
|
||||||
# --- PERP-S
|
# --- PERP-S
|
||||||
"PERP-SOL-BUSD": {
|
"PERP-SOL-BUSD": {
|
||||||
"base_asset": "SOL",
|
"base_asset": "SOL",
|
||||||
"quote_asset": "BUSD",
|
"quote_asset": "BUSD",
|
||||||
"price_precision": "0.01",
|
|
||||||
"quantity_precision": "0.01",
|
"quantity_precision": "0.01",
|
||||||
"value_precision": "0.0001",
|
|
||||||
"price_tick": 0.01
|
"price_tick": 0.01
|
||||||
},
|
},
|
||||||
# --- PERP-U
|
# --- PERP-U
|
||||||
"PERP-UNI-BUSD": {
|
"PERP-UNI-BUSD": {
|
||||||
"base_asset": "UNI",
|
"base_asset": "UNI",
|
||||||
"quote_asset": "BUSD",
|
"quote_asset": "BUSD",
|
||||||
"price_precision": "0.01",
|
|
||||||
"quantity_precision": "0.01",
|
"quantity_precision": "0.01",
|
||||||
"value_precision": "0.0001",
|
|
||||||
"price_tick": 0.01
|
"price_tick": 0.01
|
||||||
},
|
},
|
||||||
# ****************************************************
|
# ****************************************************
|
||||||
@ -565,53 +434,41 @@
|
|||||||
"PERPC-BTC-USD": {
|
"PERPC-BTC-USD": {
|
||||||
"base_asset": "BTC",
|
"base_asset": "BTC",
|
||||||
"quote_asset": "USD",
|
"quote_asset": "USD",
|
||||||
"price_precision": "0.1",
|
|
||||||
"quantity_precision": "1",
|
"quantity_precision": "1",
|
||||||
"value_precision": "0.1",
|
|
||||||
"price_tick": 0.1
|
"price_tick": 0.1
|
||||||
},
|
},
|
||||||
# --- PERPC-D
|
# --- PERPC-D
|
||||||
"PERPC-DOGE-USD": {
|
"PERPC-DOGE-USD": {
|
||||||
"base_asset": "DOGE",
|
"base_asset": "DOGE",
|
||||||
"quote_asset": "USDT",
|
"quote_asset": "USDT",
|
||||||
"price_precision": "0.000001",
|
|
||||||
"quantity_precision": "1",
|
"quantity_precision": "1",
|
||||||
"value_precision": "0.000001",
|
|
||||||
"price_tick": 0.000001
|
"price_tick": 0.000001
|
||||||
},
|
},
|
||||||
# --- PERPC-E
|
# --- PERPC-E
|
||||||
"PERPC-ETH-USD": {
|
"PERPC-ETH-USD": {
|
||||||
"base_asset": "ETH",
|
"base_asset": "ETH",
|
||||||
"quote_asset": "USD",
|
"quote_asset": "USD",
|
||||||
"price_precision": "0.01",
|
|
||||||
"quantity_precision": "1",
|
"quantity_precision": "1",
|
||||||
"value_precision": "0.01",
|
|
||||||
"price_tick": 0.01
|
"price_tick": 0.01
|
||||||
},
|
},
|
||||||
# --- PERPC-L
|
# --- PERPC-L
|
||||||
"PERPC-LINK-USD": {
|
"PERPC-LINK-USD": {
|
||||||
"base_asset": "LINK",
|
"base_asset": "LINK",
|
||||||
"quote_asset": "USDT",
|
"quote_asset": "USDT",
|
||||||
"price_precision": "0.001",
|
|
||||||
"quantity_precision": "1",
|
"quantity_precision": "1",
|
||||||
"value_precision": "0.001",
|
|
||||||
"price_tick": 0.001
|
"price_tick": 0.001
|
||||||
},
|
},
|
||||||
"PERPC-LTC-USD": {
|
"PERPC-LTC-USD": {
|
||||||
"base_asset": "LTC",
|
"base_asset": "LTC",
|
||||||
"quote_asset": "USDT",
|
"quote_asset": "USDT",
|
||||||
"price_precision": "0.01",
|
|
||||||
"quantity_precision": "1",
|
"quantity_precision": "1",
|
||||||
"value_precision": "0.01",
|
|
||||||
"price_tick": 0.01
|
"price_tick": 0.01
|
||||||
},
|
},
|
||||||
# --- PERPC-M
|
# --- PERPC-M
|
||||||
"PERPC-MATIC-USD": {
|
"PERPC-MATIC-USD": {
|
||||||
"base_asset": "MATIC",
|
"base_asset": "MATIC",
|
||||||
"quote_asset": "USDT",
|
"quote_asset": "USDT",
|
||||||
"price_precision": "0.0001",
|
|
||||||
"quantity_precision": "1",
|
"quantity_precision": "1",
|
||||||
"value_precision": "0.0001",
|
|
||||||
"price_tick": 0.0001
|
"price_tick": 0.0001
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user