superflyPrice of OP, ETH, and BTC Over time
    Updated 2022-12-20
    select
    hour,
    symbol,
    price


    from optimism.core.fact_hourly_token_prices
    where symbol in ('WETH', 'OP', 'WBTC')
    and hour > '2022-08-24'
    --group by 1, 2
    Run a query to Download Data