flipside
Insights
Studio
Quests
For Chains
For Analysts
For Explorers
About
Log in
Sign up
flipside
NFT Comparison 3
jackguy
NFT Comparison 3
Updated 2022-12-19
Copy Reference
Fork
99
1
2
3
4
5
6
7
8
9
10
11
›
⌄
SELECT
SPLIT
(
NFT_COLLECTION
,
'.'
)
[
2
]
,
COUNT
(
DISTINCT
tx_id
)
as
sales
,
COUNT
(
DISTINCT
buyer
)
as
buyers
,
sum
(
price
)
as
volume
FROM
flow
.
core
.
ez_nft_sales
WHERE
block_timestamp
>
'2022-01-01'
GROUP
BY
1
Results
Run a query to Download Data