sarathNFTs in 2022 1.7
    Updated 2023-01-05

    SELECT date(block_timestamp),NFT_address,avg(price_usd) as price from ethereum.core.ez_nft_sales where price is not null
    group by 1,2

    limit 1000

    Run a query to Download Data