jackguyUser Behavior 2
    Updated 2022-06-18
    SELECT
    date_trunc('day', block_timestamp),
    count(DISTINCT tx_id) as sales
    FROM flow.core.fact_nft_sales
    GROUP BY 1
    Run a query to Download Data