flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
surge of optimism4
sarath
surge of optimism4
Updated 2022-12-21
Copy Reference
Fork
99
1
2
3
4
5
6
7
8
9
10
›
⌄
select
date
(
hour
)
as
date
,
symbol
,
avg
(
price
)
from
optimism
.
core
.
fact_hourly_token_prices
where
symbol
in
(
'WETH'
,
'OP'
,
'WBTC'
)
and
date
>
'2022-10-24'
group
by
1
,
2
Results
Run a query to Download Data