Moeppooll4
    Updated 2022-08-01
    select
    date(block_timestamp) as date,
    status,
    count(tx_hash) as tx_count

    from polygon.core.fact_transactions

    group by 1,2 order by 1
    Run a query to Download Data