maybeyonastoke_top_price
    Updated 2022-06-21
    select * from ethereum.core.fact_hourly_token_prices
    where token_address = lower('0x2e9d63788249371f1DFC918a52f8d799F4a38C94')
    and hour >= '2022-01-01'
    and hour = date(hour)
    -- limit 100
    Run a query to Download Data