HosseinSum of NFT sales volume on Flow since May 9th
    Updated 2022-06-14
    select count(distinct(tx_id)) as volume from flow.core.fact_nft_sales
    where block_timestamp::date >= '2022-05-09'
    and tx_succeeded = 1
    Run a query to Download Data