flipside
Insights
Studio
Quests
For Chains
For Analysts
For Explorers
About
Log in
Sign up
flipside
Wapal's Market Share (compared to other platforms)
victor-sanzcapdet
Wapal's Market Share (compared to other platforms)
Updated 2025-02-02
Copy Reference
Fork
99
1
2
3
4
5
6
7
8
9
10
11
12
›
⌄
SELECT
platform_name
,
SUM
(
total_price_usd
)
AS
total_volume_usd
FROM
aptos
.
nft
.
ez_nft_sales
WHERE
block_timestamp
>=
DATEADD
(
{
{
Period
}
}
,
-
1
,
CURRENT_DATE
)
GROUP
BY
platform_name
ORDER
BY
total_volume_usd
DESC
;
Results
Last run: 3 months ago
PLATFORM_NAME
TOTAL_VOLUME_USD
1
Wapal
21180.140716959
2
Mercato
10300.381039804
3
BlueMove
27.741795455
4
Topaz
10.528121854
1
4
104B
2s