ArioUntitled Query
    Updated 2022-08-27
    select date_trunc('day',hour) as date,
    avg(PRICE) as Op_Price
    from optimism.core.fact_hourly_token_prices where symbol = 'ETH'
    group by date
    Run a query to Download Data