SpiltadavidPlatform Share of NFT Volume
    Updated 2022-12-19
    select
    platform_name,
    sum(distinct total_fees) as volume_eth,
    count(distinct tx_hash) as tx_count
    from ethereum.core.ez_nft_sales
    where origin_to_address = '0xef1c6e67703c7bd7107eed8303fbe6ec2554bf6b'
    group by platform_name
    Run a query to Download Data