flipside
FLIPSIDEAI
IDG PLAYBOOK
JOURNEYS
INSIGHTS
About
Log in
GET STARTED
flipside
Untitled Query
mu-tafa
Untitled Query
Updated 2022-08-10
Copy Reference
Fork
9
1
2
3
4
5
6
›
⌄
SELECT
count
(
tx_hash
)
as
total_sales_amount
,
date_trunc
(
day
,
block_timestamp
)
as
days
from
optimism
.
core
.
ez_nft_sales
where
days
between
'2022-07-1'
and
'2022-07-30'
group
by
days
Results
Run a query to Download Data