TIME | MARKETCAP | |
---|---|---|
1 | 2025-01-11 20:00:00.000 | 3464296 |
2 | 2025-01-02 23:00:00.000 | 8146941 |
3 | 2025-01-11 10:00:00.000 | 3093365 |
4 | 2025-02-28 17:00:00.000 | 409189 |
5 | 2025-01-04 17:00:00.000 | 7793907 |
6 | 2024-12-26 16:00:00.000 | 11464541 |
7 | 2025-01-03 06:00:00.000 | 8574192 |
8 | 2024-12-24 02:00:00.000 | 2363306 |
9 | 2024-12-25 02:00:00.000 | 4145636 |
10 | 2025-02-21 20:00:00.000 | 516109 |
11 | 2025-02-19 13:00:00.000 | 687434 |
12 | 2025-01-11 03:00:00.000 | 3415225 |
13 | 2025-02-04 17:00:00.000 | 1448557 |
14 | 2025-01-05 12:00:00.000 | 6245954 |
15 | 2025-02-14 16:00:00.000 | 486970 |
16 | 2025-02-01 13:00:00.000 | 1158641 |
17 | 2025-02-14 12:00:00.000 | 498322 |
18 | 2025-01-23 07:00:00.000 | 3252535 |
19 | 2025-02-04 04:00:00.000 | 1523346 |
20 | 2025-02-27 07:00:00.000 | 499818 |
freemartianDaily Marketcap
Updated 2025-03-05
99
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
›
⌄
WITH current_price AS (
SELECT
hour, AVG(price) AS price
FROM base.price.ez_prices_hourly
WHERE token_address = '0x20ef84969f6d81ff74ae4591c331858b20ad82cd'
GROUP BY 1
)
SELECT
hour AS time,
1100000000 * price AS marketcap
FROM current_price
Last run: 30 days agoAuto-refreshes every 1 hour
...
1722
60KB
231s