flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
trade vol 1
Abolfazl_771025
trade vol 1
Updated 2023-01-04
Copy Reference
Fork
9
1
2
3
4
5
6
7
›
⌄
select
DISTINCT
PROJECT_NAME
,
sum
(
PRICE_USD
)
as
trade_volume
from
ethereum
.
core
.
ez_nft_sales
where
BLOCK_TIMESTAMP
>=
'2022-01-01'
and
BLOCK_TIMESTAMP
<
'2023-01-01'
and
PROJECT_NAME
is
not
null
and
PRICE_USD
>
0
GROUP
BY
1
ORDER
BY
2
DESC
LIMIT
10
Results
Run a query to Download Data