saeide-ahmadi-7Total Projects on NFTX
    Updated 2022-06-12
    select
    count(distinct project_name) as total_projects_on_nftx
    from
    ethereum.core.ez_nft_sales
    where
    platform_name = 'nftx'
    and project_name is not null
    and event_type = 'redeem'

    Run a query to Download Data