-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmarkets_v2.json
More file actions
53 lines (53 loc) · 1.13 KB
/
markets_v2.json
File metadata and controls
53 lines (53 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"markets": {
"BTC": [
{ "name": "ETH/BTC","benchmarkSymbol": "BINANCE:ETH/BTC", "pricePrecision": 6},
{ "name": "LTC/BTC", "benchmarkSymbol": "BINANCE:LTC/BTC", "pricePrecision": 6},
{
"name": "QDEX/BTC",
"pricePrecision": 6
}
],
"ETH": [
{ "name": "LTC/ETH","benchmarkSymbol": "BINANCE:LTC/ETH", "pricePrecision": 6},
{ "name": "BTC/ETH", "benchmarkSymbol": "BINANCE:BTC/ETH", "pricePrecision": 6},
{
"name": "QDEX/ETH",
"pricePrecision": 6
}
],
"USD": [
{ "name": "BTC/USD", "benchmarkSymbol": "BINANCE:BTC/USDT", "pricePrecision": 2},
{ "name": "ETH/USD", "benchmarkSymbol": "BINANCE:ETH/USDT", "pricePrecision": 2},
{
"name": "QDEX/USD", "pricePrecision": 2
}
]
},
"wallet_listing":
[
"BTC",
"ETH",
"USD"
],
"coin_info": {
"QDEX": {
"website": "https://quantadex.com"
},
"QAIR": {
"website": "https://quantadex.com"
},
"BTC": {
"website": "https://bitcoin.org"
},
"ETH": {
"website": "https://www.ethereum.org"
},
"BCH": {
"website": "https://www.bitcoincash.org"
},
"LTC": {
"website": "https://litecoin.org"
}
}
}