flipside
Insights
Studio
Quests
For Chains
For Analysts
For Explorers
About
Log in
Sign up
flipside
Total Sales Volume USD
victor-sanzcapdet
Total Sales Volume USD
Updated 2025-02-02
Copy Reference
Fork
9
1
2
3
4
5
6
7
8
9
›
⌄
SELECT
SUM
(
TOTAL_PRICE_USD
)
AS
total_sales_volume
FROM
aptos
.
nft
.
ez_nft_sales
WHERE
block_timestamp
>=
DATEADD
(
{
{
Period
}
}
,
-
1
,
CURRENT_DATE
)
AND
TOTAL_PRICE_USD
IS
NOT
NULL
;
Results
Last run: 3 months ago
TOTAL_SALES_VOLUME
1
196130.61177211
1
1
19B
1s