0xaimanUntitled Query
    Updated 2022-06-15
    select mint, min(block_timestamp) --mint, purchaser, block_timestamp, count(tx_id) as n_nft_minted
    from solana.core.fact_nft_sales
    where block_timestamp>='2022-06-01'

    --group by 1,2,3

    group by 1 order by 1
    limit 100
    Run a query to Download Data