progress
This commit is contained in:
@@ -13,6 +13,18 @@
|
||||
"quantity_precision": "0.001",
|
||||
"price_tick": 0.01
|
||||
},
|
||||
"PAIR-ADA-USD": {
|
||||
"base_asset": "ADA",
|
||||
"quote_asset": "USD",
|
||||
"quantity_precision": "0.1",
|
||||
"price_tick": 0.0001
|
||||
},
|
||||
"PAIR-ADA-USDT": {
|
||||
"base_asset": "ADA",
|
||||
"quote_asset": "USDT",
|
||||
"quantity_precision": "0.1",
|
||||
"price_tick": 0.0001
|
||||
},
|
||||
"PAIR-ASD-USDT": {
|
||||
"base_asset": "ASD",
|
||||
"quote_asset": "USDT",
|
||||
@@ -51,6 +63,12 @@
|
||||
"quantity_precision": "0.001",
|
||||
"price_tick": 0.1
|
||||
},
|
||||
"PAIR-BCH-USDT": {
|
||||
"base_asset": "BCH",
|
||||
"quote_asset": "USDT",
|
||||
"quantity_precision": "0.001",
|
||||
"price_tick": 0.1
|
||||
},
|
||||
"PAIR-BTC-BUSD": {
|
||||
"base_asset": "BTC",
|
||||
"quote_asset": "BUSD",
|
||||
@@ -100,6 +118,18 @@
|
||||
"quantity_precision": "0.01",
|
||||
"price_tick": 0.00001
|
||||
},
|
||||
"PAIR-DOT-USD": {
|
||||
"base_asset": "DOT",
|
||||
"quote_asset": "USD",
|
||||
"quantity_precision": "0.01",
|
||||
"price_tick": 0.001
|
||||
},
|
||||
"PAIR-DOT-USDT": {
|
||||
"base_asset": "DOT",
|
||||
"quote_asset": "USDT",
|
||||
"quantity_precision": "0.01",
|
||||
"price_tick": 0.001
|
||||
},
|
||||
# --- PAIR-E
|
||||
"PAIR-ETH-BUSD": {
|
||||
"base_asset": "ETH",
|
||||
@@ -216,7 +246,13 @@
|
||||
"PAIR-SOL-USD": {
|
||||
"base_asset": "SOL",
|
||||
"quote_asset": "USD",
|
||||
"quantity_precision": "0.01",
|
||||
"quantity_precision": "0.001",
|
||||
"price_tick": 0.01
|
||||
},
|
||||
"PAIR-SOL-USDT": {
|
||||
"base_asset": "SOL",
|
||||
"quote_asset": "USDT",
|
||||
"quantity_precision": "0.001",
|
||||
"price_tick": 0.01
|
||||
},
|
||||
# --- PAIR-U
|
||||
|
||||
Reference in New Issue
Block a user