binhachonSushi Rewards - SUSHI price
    Updated 2022-01-20
    with SUSHI_price as (
    select
    avg(price) as price
    from ethereum.token_prices_hourly
    where token_address = '0x6b3595068778dd592e39a122f4f5a5cf09c90fe2'
    and hour > getdate() - interval'1 day'
    )
    select * from SUSHI_price
    Run a query to Download Data