sinahosseinzadehUntitled Query
    Updated 2022-08-08
    select date_trunc('hour',hour) as date,price
    from optimism.core.fact_hourly_token_prices
    where date between '2022-07-01' and '2022-07-31'
    and symbol = 'OP'
    Run a query to Download Data