flipside
Insights
Studio
Quests
For Chains
For Analysts
For Explorers
About
Log in
Sign up
flipside
aptos nft 30 days: top marketplaces
js699
aptos nft 30 days: top marketplaces
Updated 2 days ago
Copy Reference
Fork
9
1
2
3
4
5
6
7
8
9
›
⌄
SELECT
platform_name
,
count
(
tx_hash
)
as
total_sales
,
sum
(
total_price_usd
)
as
total_sales_volume_usd
FROM
aptos
.
nft
.
ez_nft_sales
where
block_timestamp
>=
current_date
-
30
GROUP
BY
platform_name
ORDER
BY
total_sales_volume_usd
DESC
LIMIT
5
Results