boomer77eth prices
    Updated 2021-10-03
    select date_trunc('minutes', hour), avg(price) as price
    from ethereum.token_prices_hourly
    where symbol = 'ETH' and block_timestamp between '2021-05-19' and '2021-05-23'
    group by 1
    Run a query to Download Data