drone-mostafaUntitled Query
    Updated 2022-08-28
    select sum(price_usd) as Volume
    from ethereum.core.ez_nft_sales left outer join ethereum.core.dim_labels
    on nft_address = address where label like 'cryptopunks' and price_usd is not null
    Run a query to Download Data