flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
Unique Wallets
kento
Unique Wallets
Updated 2025-03-17
Copy Reference
Fork
9
1
2
3
4
5
›
⌄
SELECT
COUNT
(
DISTINCT
FROM_ADDRESS
)
AS
unique_sellers
,
COUNT
(
DISTINCT
TO_ADDRESS
)
AS
unique_buyers
FROM
ronin
.
nft
.
ez_nft_transfers
WHERE
BLOCK_TIMESTAMP
>=
'2025-01-01'
AND
BLOCK_TIMESTAMP
<
'2025-04-01'
;
Results
Last run: 3 months ago
UNIQUE_SELLERS
UNIQUE_BUYERS
1
271616
489151
1
1
17B
2s