bachigamins tokens - sushi
    Updated 2022-01-30

    /*select Date(hour) as day, symbol, avg (price) from ethereum.token_prices_hourly where token_address in (
    select distinct token_address from ethereum.dex_swaps where platform = 'sushiswap') group by day, symbol*/

    select distinct symbol from ethereum.token_prices_hourly where token_address in (
    select distinct token_address from ethereum.dex_swaps where platform = 'sushiswap')
    Run a query to Download Data