mu-tafaUntitled Query
    Updated 2022-10-28
    SELECT
    count(DISTINCT purchaser) as buyer_count,
    count(DISTINCT seller) as seller_count,
    count(tx_id) as sales_count
    from solana.core.fact_nft_sales
    where succeeded='true'
    and marketplace='coral cube'
    Run a query to Download Data