-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmock-data.js
126 lines (126 loc) · 3.76 KB
/
mock-data.js
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
module.exports = {
token_metrics: {
'BONK': {
token: 'DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263',
metrics: {
transactions: {
count_24h: 1250
},
volume: {
current_24h: 450.5,
previous_24h: 380.2,
change_percentage: 18.5,
sol_amount: 450.5,
usd_amount: 45050
},
activity_score: 78.5
}
},
'PENGU': {
token: '2zMMhcVQEXDtdE6vsFS7S7D5oUodfJHE8vd1gnBouauv',
metrics: {
transactions: {
count_24h: 850
},
volume: {
current_24h: 280.3,
previous_24h: 320.1,
change_percentage: -12.4,
sol_amount: 280.3,
usd_amount: 28030
},
activity_score: 65.2
}
},
'WIF': {
token: 'EKpQGSJtjMFqKZ9KQanSqYXRcF8fBopzLHYxdM65zcjm',
metrics: {
transactions: {
count_24h: 980
},
volume: {
current_24h: 350.8,
previous_24h: 290.5,
change_percentage: 20.8,
sol_amount: 350.8,
usd_amount: 35080
},
activity_score: 72.4
}
},
'POPCAT': {
token: '7GCihgDB8fe6KNjn2MYtkzZcRjQy3t9GHdC8uHYmW2hr',
metrics: {
transactions: {
count_24h: 720
},
volume: {
current_24h: 180.6,
previous_24h: 210.3,
change_percentage: -14.1,
sol_amount: 180.6,
usd_amount: 18060
},
activity_score: 58.9
}
},
'FART': {
token: '9BB6NFEcjBCtnNLFko2FqVQBq8HHM13kCyYcdQbgpump',
metrics: {
transactions: {
count_24h: 650
},
volume: {
current_24h: 150.2,
previous_24h: 180.4,
change_percentage: -16.7,
sol_amount: 150.2,
usd_amount: 15020
},
activity_score: 55.3
}
},
'AI16Z': {
token: 'HeLp6NuQkmYB4pYWo2zYs22mESHXPQYzXbB8n4V98jwC',
metrics: {
transactions: {
count_24h: 890
},
volume: {
current_24h: 220.5,
previous_24h: 185.6,
change_percentage: 18.8,
sol_amount: 220.5,
usd_amount: 22050
},
activity_score: 68.7
}
},
'BACK': {
token: 'AUiXW4YH5TLNFBgVayFBRvgWTz2ApeeM1Br7FCoyrugj',
metrics: {
transactions: {
count_24h: 750
},
volume: {
current_24h: 190.4,
previous_24h: 165.8,
change_percentage: 14.8,
sol_amount: 190.4,
usd_amount: 19040
},
activity_score: 62.1
}
}
},
market_metrics: {
total_transactions_24h: 6090,
average_activity_score: 65.9,
average_error_rate: 0.05,
volume: {
current_24h: 1823.3,
previous_24h: 1532.9,
change_percentage: 18.9
}
}
};