flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
Untitled Query
Sajjadiii
Untitled Query
Updated 2022-07-12
Copy Reference
Fork
9
1
2
3
4
5
6
›
⌄
select
block_timestamp
::
date
as
date
,
count
(
distinct
from_address
)
as
unique_Users
,
count
(
distinct
tx_hash
)
as
n_transaction
from
polygon
.
core
.
fact_transactions
where
block_timestamp
::
date
>=
'2022-07-01'
group
by
1
Results
Run a query to Download Data