lagandispensermatic price
    Updated 2022-07-10

    SELECT
    trunc(hour,'day') as date,
    avg(price) as matic_price
    from flipside_prod_db.ethereum_core.fact_hourly_token_prices
    where symbol='MATIC' and hour >= '2022-07-01'
    GROUP BY 1
    order by 1 ASC
    Run a query to Download Data