flipside
FLIPSIDEAI
IDG PLAYBOOK
JOURNEYS
INSIGHTS
About
Log in
GET STARTED
flipside
OP PRICE
mlh
OP PRICE
Updated 2022-10-05
Copy Reference
Fork
9
1
2
3
4
5
6
7
›
⌄
SELECT
date_trunc
(
'day'
,
block_timestamp
)
as
day
,
avg
(
amount_out_usd
/
amount_out
)
as
avg_price
,
median
(
amount_out_usd
/
amount_out
)
as
median_price
FROM
optimism
.
velodrome
.
ez_swaps
WHERE
SYMBOL_OUT
LIKE
'OP'
GROUP
BY
1
ORDER
BY
2
Results
Run a query to Download Data