flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
Total.solana
Pmisha-bmlMdx
Total.solana
Updated 2022-05-04
Copy Reference
Fork
9
1
2
3
4
5
6
7
8
9
›
⌄
select
date_trunc
(
'day'
,
block_timestamp
)
as
dt1
,
count
(
distinct
signers
[
0
]
)
as
total_user
,
sum
(
total_user
)
over
(
order
by
dt1
asc
)
as
rate_total
from
solana
.
fact_transactions
where
block_timestamp
>=
CURRENT_DATE
-
180
and
succeeded
=
'TRUE'
group
by
1
Results
Run a query to Download Data