aor67lions8
    Updated 2022-11-01
    select PLATFORM_NAME,avg(PLATFORM_FEE_USD)
    from ethereum.core.ez_nft_sales

    where project_name = 'lazy lions' and BLOCK_TIMESTAMP::date >= '2022-01-01'
    group by 1
    Run a query to Download Data