-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathBLANKsettings.json
More file actions
121 lines (121 loc) · 3.12 KB
/
BLANKsettings.json
File metadata and controls
121 lines (121 loc) · 3.12 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
{
"API" : {
"PASSPHRASE" : "",
"KEY" : "",
"SECRET" : ""
},
"crypto" : [
{
"ticker" : "BTC",
"usdPair" : "BTC-USD",
"enabled" : true,
"name" : "Bitcoin",
"significantValues" : 3,
"minPurchase" : 10.00
},
{
"ticker" : "ETH",
"usdPair" : "ETH-USD",
"enabled" : true,
"name" : "Ether",
"significantValues" : 2,
"minPurchase" : 10.00
},
{
"ticker" : "XRP",
"usdPair" : "XRP-USD",
"enabled" : true,
"name" : "Ripple",
"significantValues" : 0,
"minPurchase" : 10.00
},
{
"ticker" : "LTC",
"usdPair" : "LTC-USD",
"enabled" : true,
"name" : "Litecoin",
"significantValues" : 1,
"minPurchase" : 10.00
},
{
"ticker" : "BCH",
"usdPair" : "BCH-USD",
"enabled" : true,
"name" : "Bitcoin Cash",
"significantValues" : 2,
"minPurchase" : 10.00
},
{
"ticker" : "EOS",
"usdPair" : "EOS-USD",
"enabled" : true,
"name" : "EOS",
"significantValues" : 1,
"minPurchase" : 10.00
},
{
"ticker" : "DASH",
"usdPair" : "DASH-USD",
"enabled" : true,
"name" : "Dash",
"significantValues" : 2,
"minPurchase" : 1.00
},
{
"ticker" : "XLM",
"usdPair" : "XLM-USD",
"enabled" : true,
"name" : "Stellar Lumens",
"significantValues" : 0,
"minPurchase" : 0.10
},
{
"ticker" : "XTZ",
"usdPair" : "XTZ-USD",
"enabled" : true,
"name" : "Tezos",
"significantValues" : 0,
"minPurchase" : 10.00
},
{
"ticker" : "ETC",
"usdPair" : "ETC-USD",
"enabled" : true,
"name" : "Ether Classic",
"significantValues" : 1,
"minPurchase" : 10.00
},
{
"ticker" : "LINK",
"usdPair" : "LINK-USD",
"enabled" : true,
"name" : "Chainlink",
"significantValues" : 0,
"minPurchase" : 10.00
},
{
"ticker" : "REP",
"usdPair" : "REP-USD",
"enabled" : true,
"name" : "Augur",
"significantValues" : 1,
"minPurchase" : 10.00
},
{
"ticker" : "ZRX",
"usdPair" : "ZRX-USD",
"enabled" : true,
"name" : "0x",
"significantValues" : 0,
"minPurchase" : 10.00
},
{
"ticker" : "ALGO",
"usdPair" : "ALGO-USD",
"enabled" : true,
"name" : "Algorand",
"significantValues" : 0,
"minPurchase" : 10.00
}
]
}