Sandeshmatic daily usd
    Updated 2022-11-15
    select block_timestamp::date as "date", sum(amount_usd) as usd
    from polygon.core.ez_matic_transfers
    where block_timestamp>CURRENT_DATE - interval '1 month'
    group by "date"
    Run a query to Download Data