sarathoptimism nft behavior3
    Updated 2022-10-19

    select
    date(block_timestamp) as date1,avg(price),
    count(*)



    from optimism.core.ez_nft_sales
    where currency_address like 'ETH'
    group by 1
    Run a query to Download Data