flipside
FLIPSIDEAI
IDG PLAYBOOK
JOURNEYS
INSIGHTS
About
Log in
GET STARTED
flipside
Untitled Query
danner
Untitled Query
Updated 2022-09-02
Copy Reference
Fork
9
1
2
3
4
5
6
7
8
›
⌄
select
nft_address
,
sum
(
price_usd
)
from
ethereum
.
core
.
ez_nft_sales
where
block_timestamp
::
date
>
'2020-12-31'
and
price_usd
is
not
null
group
by
1
order
by
sum
(
price_usd
)
desc
limit
10
Results
Run a query to Download Data