Elprognerd2023-02-22 10:56 AM
    Updated 2023-02-22
    SELECT
    count(TX_HASH) as n_txs
    from polygon.core.fact_transactions
    where BLOCK_TIMESTAMP >= current_date() - 30
    Run a query to Download Data