Chuqs_emxtxSellers in All day NBA
    Updated 2024-06-13


    SELECT count(*) as Nft_sales,
    count (DISTINCT buyer) as buyers,
    count (DISTINCT seller) as seller,
    Sum(price) as pricevolume
    from flow.nft.ez_nft_sales
    where NFT_COLLECTION = 'A.e4cf4bdc1751c65d.AllDay'
    and block_timestamp >= '2024-01-01'


    QueryRunArchived: QueryRun has been archived