nitsFTX Price
    Updated 2022-11-10
    SELECT date(hour) as day, avg(price) as avg_price
    from ethereum.core.fact_hourly_token_prices
    where token_address = '0x50d1c9771902476076ecfc8b2a83ad6b9355a4c9' and hour >= CURRENT_DATE -30
    GROUP by 1
    -- LIMIT 100
    Run a query to Download Data