flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
Untitled Query
Sbhn_NP
Untitled Query
Updated 2023-02-09
Copy Reference
Fork
9
1
2
3
4
5
6
›
⌄
select
date_trunc
(
'day'
,
hour
)
as
date
,
avg
(
price
)
as
pricee
from
ethereum
.
core
.
fact_hourly_token_prices
where
symbol
like
'%GNS%'
and
date
>=
CURRENT_DATE
-
10
group
by
1
Results
Run a query to Download Data