progress
This commit is contained in:
@@ -247,7 +247,7 @@
|
||||
"PAIR-USDC-USDT": {
|
||||
"base_asset": "USDC",
|
||||
"quote_asset": "USDT",
|
||||
"quantity_precision": "1",
|
||||
"quantity_precision": "0.01",
|
||||
"price_tick": 0.0001
|
||||
},
|
||||
"PAIR-USDT-USD": {
|
||||
@@ -409,63 +409,77 @@
|
||||
"quote_asset": "USDT",
|
||||
"quantity_precision": "1",
|
||||
"price_tick": 0.00001
|
||||
},
|
||||
}
|
||||
# --- PERP-S
|
||||
"PERP-SOL-BUSD": {
|
||||
, "PERP-SOL-BUSD": {
|
||||
"base_asset": "SOL",
|
||||
"quote_asset": "BUSD",
|
||||
"quantity_precision": "0.01",
|
||||
"price_tick": 0.01
|
||||
},
|
||||
}
|
||||
# --- PERP-U
|
||||
"PERP-UNI-BUSD": {
|
||||
, "PERP-UNI-BUSD": {
|
||||
"base_asset": "UNI",
|
||||
"quote_asset": "BUSD",
|
||||
"quantity_precision": "0.01",
|
||||
"price_tick": 0.01
|
||||
},
|
||||
}
|
||||
# ****************************************************
|
||||
# PERPCs (coin-margined)
|
||||
# ****************************************************
|
||||
# --- PERPC-B
|
||||
"PERPC-BTC-USD": {
|
||||
, "PERPC-BTC-USD": {
|
||||
"base_asset": "BTC",
|
||||
"quote_asset": "USD",
|
||||
"quantity_precision": "1",
|
||||
"price_tick": 0.1
|
||||
},
|
||||
}
|
||||
# --- PERPC-D
|
||||
"PERPC-DOGE-USD": {
|
||||
, "PERPC-DOGE-USD": {
|
||||
"base_asset": "DOGE",
|
||||
"quote_asset": "USDT",
|
||||
"quantity_precision": "1",
|
||||
"price_tick": 0.000001
|
||||
},
|
||||
}
|
||||
# --- PERPC-E
|
||||
"PERPC-ETH-USD": {
|
||||
, "PERPC-ETH-USD": {
|
||||
"base_asset": "ETH",
|
||||
"quote_asset": "USD",
|
||||
"quantity_precision": "1",
|
||||
"price_tick": 0.01
|
||||
},
|
||||
}
|
||||
# --- PERPC-L
|
||||
"PERPC-LINK-USD": {
|
||||
, "PERPC-LINK-USD": {
|
||||
"base_asset": "LINK",
|
||||
"quote_asset": "USDT",
|
||||
"quantity_precision": "1",
|
||||
"price_tick": 0.001
|
||||
},
|
||||
"PERPC-LTC-USD": {
|
||||
}
|
||||
, "PERPC-LTC-USD": {
|
||||
"base_asset": "LTC",
|
||||
"quote_asset": "USDT",
|
||||
"quantity_precision": "1",
|
||||
"price_tick": 0.01
|
||||
},
|
||||
}
|
||||
# --- PERPC-M
|
||||
"PERPC-MATIC-USD": {
|
||||
, "PERPC-MATIC-USD": {
|
||||
"base_asset": "MATIC",
|
||||
"quote_asset": "USDT",
|
||||
"quantity_precision": "1",
|
||||
"price_tick": 0.0001
|
||||
}
|
||||
|
||||
# ------------------- STOCKS
|
||||
, "STOCK-AAPL": {
|
||||
"base_asset": "EQT.AAPL"
|
||||
, "quote_asset": "USD"
|
||||
, "quantity_precision": "1"
|
||||
, "price_tick": 0.01
|
||||
}
|
||||
, "STOCK-IBM": {
|
||||
"base_asset": "EQT.IBM"
|
||||
, "quote_asset": "USD"
|
||||
, "quantity_precision": "1"
|
||||
, "price_tick": 0.01
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user