gaonipPrices
    select
    token_address, hour, provider, price
    from ethereum.price.fact_hourly_token_prices
    where hour = '2023-12-08 20:00:00.000'
    -- this is WBTC on Ethereum
    and token_address = lower('0x2260fac5e5542a773aa44fbcfedf7c193bc2c599')


    select
    token_address, hour, symbol, decimals, price
    from ethereum.price.ez_hourly_token_prices
    where hour = '2023-12-08 20:00:00.000'
    and token_address = lower('0x2260fac5e5542a773aa44fbcfedf7c193bc2c599')
    Run a query to Download Data