flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
daily transactions2
sarath
daily transactions2
Updated 2022-07-12
Copy Reference
Fork
9
1
2
3
4
›
⌄
SELECT
COUNT
(
DISTINCT
TX_HASH
)
as
total_transactions
,
COUNT
(
DISTINCT
FROM_ADDRESS
)
as
total_users
from
polygon
.
core
.
fact_transactions
where
BLOCK_TIMESTAMP
>=
'2022-07-01'
Results
Run a query to Download Data