winnie-fsSales OCB today copy
99
1
2
3
4
5
6
7
8
9
10
›
⌄
-- 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