flipside
Insights
Studio
Quests
For Chains
For Analysts
For Explorers
About
Log in
Sign up
flipside
Untitled Query
0x646c946051336156ad9BCf2ABf73D2Be230B5b21
Untitled Query
Updated 2022-04-09
Copy Reference
Fork
9
1
2
3
4
5
6
7
8
9
›
⌄
select
date_trunc
(
'week'
,
block_timestamp
)
as
date
,
sum
(
price_usd
)
as
sales
,
count
(
token_id
)
as
token_sales
from
ethereum
.
nft_events
where
event_type
=
'sale'
and
event_platform
=
'opensea'
group
by
1
order
by
1
desc
Results
Run a query to Download Data