forked from OussamaHOURIRA/BithWeen
-
Notifications
You must be signed in to change notification settings - Fork 0
/
data.json
51 lines (51 loc) · 748 Bytes
/
data.json
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
{
"name": "cryptocurrency",
"children": [
{
"name": "subcurrency",
"children":
[
{
"name": "Bitcoin",
"capitalisation": 146.22
},
{
"name": "Ethereum",
"capitalisation": 87.23
},
{
"name": "Ripple",
"capitalisation": 33.28
},
{
"name": "Bitfinex",
"capitalisation": 19.86
},
{
"name": "Cardano",
"capitalisation": 9.38
},
{
"name": "NEO",
"capitalisation": 6.85
},
{
"name": "Stellar",
"capitalisation": 6.7
},
{
"name": "NEM",
"capitalisation": 7.09
},
{
"name": "Litecoin",
"capitalisation": 6.96
},
{
"name": "EOS",
"capitalisation": 6.11
}
]
}
]
}