mo115OP Price
    Updated 2022-10-03
    select date_trunc('day',HOUR) as DATE
    , AVG(price) as price
    from optimism.core.fact_hourly_token_prices
    where SYMBOL = 'OP'
    group by 1
    Run a query to Download Data