flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
Top 10 NFT projects based on the number of sales on Ethereum
Mahroo
Top 10 NFT projects based on the number of sales on Ethereum
Updated 2022-09-20
Copy Reference
Fork
9
1
2
3
4
5
6
7
8
›
⌄
SELECT
COUNT
(
*
)
Co
,
project_name
Pname
FROM
ethereum
.
core
.
ez_nft_sales
WHERE
price
<
1000000
AND
project_name
IS
NOT
NULL
GROUP
BY
Pname
ORDER
BY
Co
DESC
LIMIT
10
Results
Run a query to Download Data