flipside
FLIPSIDEAI
IDG PLAYBOOK
JOURNEYS
INSIGHTS
About
Log in
GET STARTED
flipside
[Blur] Daily Transaction Volume & Count
thea
[Blur] Daily Transaction Volume & Count
Updated 2022-12-23
Copy Reference
Fork
9
1
2
3
4
5
6
7
›
⌄
select
to_date
(
date_trunc
(
'day'
,
block_timestamp
)
)
as
block_date
,
count
(
DISTINCT
tx_hash
)
as
transaction_counts
,
sum
(
price_usd
)
as
transaction_volumes
from
ethereum
.
core
.
ez_nft_sales
where
platform_name
=
'blur'
group
by
1
order
by
1
Results
Run a query to Download Data