flipside
Insights
Studio
Quests
For Chains
For Analysts
For Explorers
About
Log in
Sign up
flipside
serious-amethyst
crypto_gost
serious-amethyst
Updated 2024-10-16
Copy Reference
Fork
99
1
2
3
4
5
6
7
8
9
10
›
⌄
SELECT
COUNT
(
DISTINCT
wallet_address
)
AS
total_nft_holders
FROM
(
SELECT
buyer_address
AS
wallet_address
FROM
APTOS
.
nft
.
ez_nft_sales
UNION
SELECT
seller_address
AS
wallet_address
FROM
APTOS
.
nft
.
ez_nft_sales
)
;
-- total holders
Results
QueryRunArchived: QueryRun has been archived