-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
284 lines (262 loc) · 19.1 KB
/
index.html
File metadata and controls
284 lines (262 loc) · 19.1 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
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>DASH is Digital Cash</title>
<meta name="description" content="Place where You can get all information about DASH price." />
<meta name="keywords" content="dash, digital cash, bitcoin, blockchain, price information, masternodes, instantsend, privatesend, privacy, the dao, decentralization, mining" />
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@dashpay">
<meta name="twitter:title" content="DASH is Digital Cash">
<meta name="twitter:description" content="Place where You can get all information about DASH price.">
<meta name="twitter:image" content="https://dashinfo.net/apple-icon-120x120.png">
<meta property="og:title" content="DASH is Digital Cash" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://dashinfo.net/" />
<meta property="og:image" content="https://dashinfo.net/android-icon-192x192.png" />
<meta property="og:description" content="Place where You can get all information about DASH price." />
<meta property="og:site_name" content="DASH is Digital Cash" />
<link rel="apple-touch-icon" sizes="57x57" href="./apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="./apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="./apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="./apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="./apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="./apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="./apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="./apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="./apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="./android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="./favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="./favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="./favicon-16x16.png">
<link rel="shortcut icon" href="./favicon.ico" />
<!-- Vue.js -->
<script src="./assets/js/vue.min.js"></script>
<!-- Bootstrap -->
<link href="./assets/css/bootstrap.min.css" rel="stylesheet">
<link href="./assets/css/theme.css" rel="stylesheet">
<style>
body, .font {
font-family: 'Montserrat', sans-serif;
font-weight: 300;
}
</style>
</head>
<body>
<div id="app" style="display: flex; align-items: center; justify-content: center; width: 100%; height: 100%;">
<div style="flex-direction: middle; max-width: 1020px; width: 100%; padding-top: 25px; padding-left: 10px; padding-right: 10px;">
<div class="center-block text-center main-img" style="width: 100%; margin-bottom: 15px;">
<picture>
<source srcset="./assets/images/dash-D-blue_s.png" media="(max-width: 450px)">
<img src="./assets/images/dash_digital-cash_logo.png" alt="DASH is Digital Cash" title="DASH is Digital Cash">
</picture>
</div>
<div v-if="this.success" class="center-block well well-nm" style="float: none; background: rgba(227, 227, 227, 0.35); max-width: 430px; width: 100%; border: none; ">
<div class="center-block col-xs-12">
<div class="row text-center" style="font-size: 4em;">
<p style="font-size: 0.5em;">1DASH</p>
<p style="font-weight: bold;" v-bind:title="this.response.price.usd + ' $'">@{this.response.price.eur} € <span v-bind:class="'triangle ' + (this.response.change > 0 ? 'green' : 'red')"></span><span style="font-size: 0.4em; font-weight: 300;">@{this.response.change}</span></p>
<p style="font-size: 0.3em;">@{this.response.price.btc} ฿</p>
</div>
</div>
<div class="clearfix"></div>
</div>
<div v-if="this.success" class="row no-margin" style="margin-bottom: 10px; background: rgba(227, 227, 227, 0.35);">
<!--<div class="col-xs-12 col-sm-3 col-lg-3 text-center no-padding" v-bind:title="response.today.max.eur + ' €'">Today high: @{response.today.max.eur} €</div>
<div class="col-xs-12 col-sm-3 col-lg-3 text-center no-padding" v-bind:title="response.today.min.eur + ' €'">Today low: @{response.today.min.eur} €</div>-->
<div class="col-xs-12 col-sm-3 col-lg-3 text-center no-padding" v-bind:title="formatNumber(this.response.marketcap.eur, '0,0.00') + ' €'">Market cap: @{formatNumber(this.response.marketcap.eur, '0.00a')} €</div>
<div class="col-xs-12 col-sm-3 col-lg-3 text-center no-padding" v-bind:title="formatNumber(this.response.volume.eur, '0,0.00') + ' €'">Volume: @{formatNumber(this.response.volume.eur, '0.00a')} €</div>
<div class="col-xs-12 col-sm-3 col-lg-3 text-center no-padding" v-bind:title="this.response.all_time_high.eur + ' €'">All time high: @{this.response.all_time_high.eur} €</div>
<div class="col-xs-12 col-sm-3 col-lg-3 text-center no-padding" v-bind:title="formatNumber(this.response.supply.dash, '0,0') + ' dash'">Supply: @{formatNumber(this.response.supply.dash, '0a')} dash</div>
<div class="col-xs-12 col-sm-3 col-lg-3 text-center no-padding" v-bind:title="formatNumber(this.response.budget.amount.dash, '0,0.00000000') + ' dash'">Budget amount: @{formatNumber(this.response.budget.amount.dash, '0.0a')} dash</div>
<div class="col-xs-12 col-sm-3 col-lg-3 text-center no-padding" v-bind:title="formatNumber(this.response.budget.alloted_amount.dash, '0,0.00000000') + ' dash'">Alloted amount: @{formatNumber(this.response.budget.alloted_amount.dash, '0.0a')} dash</div>
<div class="col-xs-12 col-sm-3 col-lg-3 text-center no-padding">Payment date: @{this.response.budget.datetime.substr(0, 10)}</div>
<div class="col-xs-12 col-sm-3 col-lg-3 text-center no-padding">Masternodes count: @{formatNumber(this.response.masternodes.count, '0,0')}</div>
<div class="col-xs-12 col-sm-3 col-lg-3 text-center no-padding" v-bind:title="formatNumber(this.response.masternodes.daily_payment.dash, '0,0.00000000') + ' dash'">Daily payment: @{formatNumber(this.response.masternodes.daily_payment.dash, '0.0a')} dash</div>
<div class="col-xs-12 col-sm-3 col-lg-3 text-center no-padding" v-bind:title="formatNumber(this.response.blockchain.hashrate, '0.00Ph') + ' Ph/s'">Network hashrate: @{formatNumber(this.response.blockchain.hashrate, '0.00Ph')}</div>
<div class="col-xs-12 col-sm-3 col-lg-3 text-center no-padding" v-bind:title="formatNumber(this.response.blockchain.last_block, '0,0')">Last block: @{formatNumber(this.response.blockchain.last_block, '0,0')}</div>
</div>
<div class="clearfix"></div>
</div>
</div>
<script>
var app = new Vue({
el: '#app',
delimiters: ['@{', '}'],
data: {
success: false,
response: {}
},
methods: {
getData() {
return new Promise((resolve, reject) => {
fetch(new Request('https://api.dashinfo.net/v1.0/all'))
.then(r => r.json())
.then(r => resolve(r))
.catch(_ => reject(false));
});
},
async parseData() {
try {
const result = await this.getData();
if(!result.success) {
this.success = false;
document.querySelector('.main-img').classList.add('c404');
return null;
}
this.response = result.data;
this.success = true;
document.title = '(' + this.response.price.eur + ' €) DASH is Digital Cash';
return true;
} catch(e) {
this.success = false;
document.querySelector('.main-img').classList.add('c404');
return null;
}
},
formatNumber(a, b = '0,0') {
return numeral(a).format(b);
}
},
created: function () {
this.parseData();
if(this.success) {
setInterval(async function () {
document.title = 'Updating...';
const result = await app.getData();
if(result.success) {
app.response = result.data;
}
document.title = '(' + app.response.price.eur + ' €) DASH is Digital Cash';
}, 1000 * 60 * 5);
}
},
});
</script>
<script src="./assets/js/jquery.min.js"></script>
<script src="./assets/js/bootstrap.min.js"></script>
<script src="./assets/js/numeral.min.js"></script>
<!-- Fonts -->
<link href="https://fonts.googleapis.com/css?family=Montserrat:300,400,700" rel="stylesheet">
</body>
</html>
<!--
.,:;;;;::.`
.;;;;;;;;;;;;;;;;;;;;:`
;;;;;;;;;;;;;;;;;;;;;;;;;;;;:
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;,
.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
,;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;`
.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
:;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;`
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
,;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;.
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;`
,;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;`
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:
,;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
:;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
,;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
`;;;;;;;;;;;;;;;;;;;;;;;;;; .;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;; :;;;;;;;;;;;;;;.
;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;
,;;;;;;;;;;;;;;;;;;;;;;;;;;` ;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;.
;;;;;;;;;;;;;;;;;;;;;;;;;;; `;;;;;;;;;;;;;;
`;;;;;;;;;;;;;;;;;;;;;;;;;;` ;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;,
;;;;;;;;;;;;;;;;;;;;;;;;;;. ,;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;
.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;: ;;;;;;;;;;;;;;;;
:;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; .;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;`
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;.
;;;;;;;;;;;;;;;;;;; :;;;;;;;;;;;;;;;;;;;;;; .;;;;;;;;;;;;;;;;;:
;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;. ;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;; :;;;;;;;;;;;;;;;;;;;;;;` `;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;. ;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;` `;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;:
;;;;;;;;;;;;;;;;` ;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;,
;;;;;;;;;;;;;;;;,,,,,,,,,,,,,,,,,,,,,,,,;;;;;;;;;;;;;;;;;;;;;;;` ;;;;;;;;;;;;;;;;;;;;.
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;
,;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;
`;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;. ;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; :;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;.
:;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;; `;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;`
`;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;` .;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;; `;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;; `:;;;;;;;;;;;;;;;;;;;;;;;;;;;;,
`;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:
`;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;`
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;.
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
:;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;`
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;.
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;.
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;`
:;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
`;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;`
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
:;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;.
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;.
:;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;`
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:
:;;;;;;;;;;;;;;;;;;;;;;;;;,
,;;;;;;;;;;;;;;;;;.
Dash is Digital Cash (https://www.dash.org/)
Hey, hey, hey!!! We have public rest-api and graphql for your needs. Visit https://github.com/dashinfo/backend for details.
Our informations update every ~5 minutes.
Sources: coingecko.com, dash-news.de, dashcentral.org, cryptoid.info
News:
06.03.2020 -- Migrate from coinmarketcap.com API to coingecko.com.
28.11.2018 -- Add graphql. Endpoint https://api.dashinfo.net/graphql Scheme information available in repository.
27.11.2018 -- Upload backend sources to github. Add new api /volume, /marketcap.
31.07.2018 -- Design update. Add github link.
21.04.2018 -- Add cell last block. Deleted explorer.dash.org from sources. Now using cryptoid.info for all blockchain information.
05.01.2018 -- API works.
05.01.2018 -- We are back. Problems with domain resolved. API back in few days.
05.03.2017 -- Our initial release.
Contact me: support@dashinfo.net
Source code: https://github.com/dashinfo
Donate to address: Xug11wioM4ApkkBxTZnfUeAKcXadbk2brQ
-->