ML6Daily volume since beginning of July 1, 2022
    Updated 2022-07-10
    select sum(MATIC_VALUE) ,to_date(block_timestamp::date) as date
    from polygon.core.fact_transactions
    where STATUS='SUCCESS' and date >= '2022-07-01'
    group by 2
    Run a query to Download Data