KingTigerMafia-7mwRZbtransaction volume
    Updated 2022-08-10
    SELECT block_timestamp::date AS date, COUNT(DISTINCT tx_hash) AS tx_count
    FROM optimism.core.fact_transactions
    WHERE date >= '2022-07-01'
    GROUP BY 1
    ORDER BY 1 ASC
    Run a query to Download Data