freemartianMarketplace Dominance
    Updated 2022-07-09
    select split_part(marketplace, '.', 3), sum(price) as volume, split_part(currency, '.', 3)
    from flow.core.fact_nft_sales
    where NFT_COLLECTION = 'A.0b2a3299cc857e29.TopShot'
    group by currency, marketplace
    Run a query to Download Data