flipside
Insights
Studio
Quests
For Chains
For Analysts
For Explorers
About
Log in
Sign up
flipside
Chart of price changes of BASE ecosystem tokens
vendetta
Chart of price changes of BASE ecosystem tokens
Updated 2024-10-13
Copy Reference
Fork
99
1
2
3
4
5
6
7
8
9
10
11
›
⌄
SELECT
DATE_TRUNC
(
'day'
,
HOUR
)
AS
"Date"
,
AVG
(
PRICE
)
AS
"Average Token Price ($)"
FROM
base
.
price
.
ez_prices_hourly
GROUP
BY
DATE_TRUNC
(
'day'
,
HOUR
)
ORDER
BY
"Date"
;
Results
QueryRunArchived: QueryRun has been archived