ML6Mavericks's volume
    Updated 2022-07-09
    select sum(price),to_date(block_timestamp) from flow.core.fact_nft_sales where nft_id in (select NFT_ID from flow.core.dim_topshot_metadata where TEAM like '%Mavericks%')
    and to_date(block_timestamp) >= '2022-05-17' and to_date(block_timestamp) <= '2022-05-29'
    group by 2
    Run a query to Download Data