Arif8-5716 Monthly NFT transactions overtime
    Updated 2022-12-08
    SELECT date_trunc('MONTH',block_timestamp) AS MONTHLY,
    COUNT(DISTINCT tx_id) AS TX_COUNT
    FROM flow.core.ez_nft_sales
    GROUP BY 1
    Run a query to Download Data