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