cypherwavax price
    Updated 2022-10-28
    select
    hour,
    price
    from ethereum.core.fact_hourly_token_prices
    where token_address = lower('0x85f138bfEE4ef8e540890CFb48F620571d67Eda3')
    and hour >= '2022-6-20'

    Run a query to Download Data