metricsdaoUntitled Query
    Updated 2022-08-01
    select
    count(tx_hash),
    sum(platform_fee),
    sum(platform_fee_usd)
    from ethereum.core.ez_nft_sales
    where block_timestamp between '2022-06-01' and '2022-06-30'
    and platform_name = 'opensea'
    and currency_symbol = 'ETH'
    limit 100;

    select 10341505 / 6536
    Run a query to Download Data