flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
Optimism to USD Chart
Madi
Optimism to USD Chart
Updated 2022-12-18
Copy Reference
Fork
9
1
2
3
4
›
⌄
select
date_trunc
(
'day'
,
HOUR
)
as
date
,
min
(
price
)
as
price
from
optimism
.
core
.
fact_hourly_token_prices
where
date
>=
'2022-10-15'
and
date
!=
CURRENT_DATE
and
symbol
=
'OP'
group
by
1
Results
Run a query to Download Data