MostafaTotal Sales Volume of NBA Top Shots
    Updated 2022-07-03
    select
    count(TX_ID) as top_tx_count,
    count(distinct BUYER) as topshot_buyers,
    sum(PRICE) as topshot_sales
    from flow.core.fact_nft_sales
    where marketplace = 'A.c1e4f4f4c4257510.TopShotMarketV3'
    Run a query to Download Data