flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
yveCRV Pricing
scottincrypto
yveCRV Pricing
Updated 2021-09-21
Copy Reference
Fork
9
1
2
3
4
5
6
7
8
›
⌄
select
date_trunc
(
'day'
,
hour
)
as
date
,
avg
(
price
)
as
price
from
ethereum
.
token_prices_hourly
where
token_address
=
lower
(
'0xc5bddf9843308380375a611c18b50fb9341f502a'
)
and
hour
>
'2021-04-01'
group
by
date
order
by
date
Results
Run a query to Download Data