-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata.json
More file actions
84 lines (84 loc) · 1.83 KB
/
data.json
File metadata and controls
84 lines (84 loc) · 1.83 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
{
"coins": [
{
"id": "bitcoin",
"symbol": "btc",
"name": "Bitcoin",
"current_price": 45231.50,
"change_24h": 2.34,
"market_cap": 885423156123,
"volume_24h": 23456789012,
"volatility": 2.1
},
{
"id": "ethereum",
"symbol": "eth",
"name": "Ethereum",
"current_price": 2387.21,
"change_24h": -1.23,
"market_cap": 286534789012,
"volume_24h": 14567890123,
"volatility": 3.4
},
{
"id": "cardano",
"symbol": "ada",
"name": "Cardano",
"current_price": 0.5123,
"change_24h": 12.67,
"market_cap": 17890543210,
"volume_24h": 456789012,
"volatility": 5.8
},
{
"id": "dogecoin",
"symbol": "doge",
"name": "Dogecoin",
"current_price": 0.0789,
"change_24h": -8.45,
"market_cap": 11234567890,
"volume_24h": 567890123,
"volatility": 7.2
},
{
"id": "solana",
"symbol": "sol",
"name": "Solana",
"current_price": 98.76,
"change_24h": 18.91,
"market_cap": 42345678901,
"volume_24h": 2345678901,
"volatility": 9.5
},
{
"id": "polkadot",
"symbol": "dot",
"name": "Polkadot",
"current_price": 6.54,
"change_24h": -0.89,
"market_cap": 8345678901,
"volume_24h": 345678901,
"volatility": 2.8
},
{
"id": "chainlink",
"symbol": "link",
"name": "Chainlink",
"current_price": 14.32,
"change_24h": 1.23,
"market_cap": 7567890123,
"volume_24h": 456789012,
"volatility": 4.1
},
{
"id": "litecoin",
"symbol": "ltc",
"name": "Litecoin",
"current_price": 67.89,
"change_24h": -2.34,
"market_cap": 4987654321,
"volume_24h": 567890123,
"volatility": 3.9
}
]
}