flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
TOTAL NFT SALES VOLUME
Echo5577
TOTAL NFT SALES VOLUME
Copy Reference
Fork
9
1
2
3
4
5
6
7
8
›
⌄
SELECT
SUM
(
SALE_AMOUNT
)
AS
total_sales_volume
FROM
aptos
.
nft
.
ez_nft_sales
WHERE
MONTH
(
BLOCK_TIMESTAMP
)
=
9
-- Filter for September
AND
YEAR
(
BLOCK_TIMESTAMP
)
=
YEAR
(
CURRENT_DATE
(
)
)
;
-- Ensure it's for the current year
Results
Run a query to Download Data