flipside
Insights
Studio
Quests
For Chains
For Analysts
For Explorers
About
Log in
Sign up
flipside
NFT 1
aureasarsanedes
NFT 1
Updated 5 days ago
Copy Reference
Fork
9
1
2
3
4
5
6
7
8
9
›
⌄
SELECT
COUNT
(
*
)
AS
total_mints
,
SUM
(
TOTAL_PRICE_USD
)
AS
total_mint_volume
FROM
aptos
.
nft
.
ez_nft_sales
WHERE
BLOCK_TIMESTAMP
>=
DATEADD
(
day
,
-
7
,
CURRENT_DATE
)
;
Results
Last run: 5 days ago
TOTAL_MINTS
TOTAL_MINT_VOLUME
1
4189
11611.607413636
1
1
24B
2s