Updated 2023-06-07
    SELECT HOUR as date, PRICE as Last_PRICE

    FROM ethereum.core.fact_hourly_token_prices
    WHERE TOKEN_ADDRESS = '0x45804880de22913dafe09f4980848ece6ecbaf78' --PAXG
    AND HOUR >= current_date - 2
    ORDER BY date DESC limit 1


    Run a query to Download Data