flipside
Insights
Studio
Quests
For Chains
For Analysts
For Explorers
About
Log in
Sign up
flipside
op mega 1
jackguy
op mega 1
Updated 2023-04-13
Copy Reference
Fork
9
1
2
3
4
5
6
7
›
⌄
SELECT
SPLIT_PART
(
hour
,
'.'
,
1
)
as
hour
,
price
FROM
optimism
.
core
.
fact_hourly_token_prices
WHERE
symbol
LIKE
'OP'
ORDER
BY
1
DESC
LIMIT
1
Results
Run a query to Download Data