flipside
Insights
Studio
Quests
For Chains
For Analysts
For Explorers
About
Log in
Sign up
flipside
Untitled Query
Mris-PlCRv4
Untitled Query
Updated 2023-02-24
Copy Reference
Fork
9
1
2
3
4
5
6
7
›
⌄
select
date
(
block_timestamp
)
as
date
,
count
(
distinct
buyer_address
)
as
buyers
,
count
(
distinct
tx_hash
)
as
txs
,
sum
(
price_usd
)
as
usd_volume
FROM
ethereum
.
core
.
ez_nft_sales
where
project_name
=
'Mutant Ape Yacht Club'
group
by
date
Results
Run a query to Download Data