flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
optim 7
sarath
optim 7
Updated 2022-08-09
Copy Reference
Fork
9
1
2
3
4
5
6
7
›
⌄
select
BLOCK_TIMESTAMP
::
date
as
date
,
count
(
DISTINCT
tx_hash
)
/
(
24
*
60
*
60
)
TPS
from
optimism
.
core
.
fact_transactions
where
STATUS
=
'SUCCESS'
and
BLOCK_TIMESTAMP
::
date
>=
CURRENT_DATE
-
30
group
by
1
Results
Run a query to Download Data