KaskoazulDim labels label_type = nft and subtype = marketplace
    Updated 2022-09-25

    -- select *
    -- from ethereum.core.dim_labels
    -- where address = '0x00000000006c3852cbef3e08e8df289169ede581'


    select label, address
    from ethereum.core.dim_labels
    where label_type = 'nft'
    and label_subtype = 'marketplace'
    group by 1,2
    Run a query to Download Data