winnie-fsSales OCB today copy
    -- forked from f9f92e84-e0c2-4b28-967b-ddbc68d84941

    select
    count(distinct tx_hash) as "sale_count",
    sum(price_usd) as "total_usd"
    from ethereum.core.ez_nft_sales
    where nft_address = lower('0xBE82b9533Ddf0ACaDdcAa6aF38830ff4B919482C')
    and block_timestamp::date = current_date()


    Run a query to Download Data