ML6Polygon : Number of transactions over time
    Updated 2022-07-17
    select count(1),to_date(block_timestamp)
    from polygon.core.fact_transactions
    group by 2

    Run a query to Download Data