YellowPolygon daily tx
    Updated 2023-04-13
    SELECT COUNT (*), DATE_TRUNC(day, BLOCK_TIMESTAMP) AS day
    FROM polygon.core.fact_transactions

    WHERE BLOCK_TIMESTAMP >= '2022-07-01'

    GROUP BY day
    Order by day

    Run a query to Download Data