flipside
FLIPSIDEAI
IDG PLAYBOOK
JOURNEYS
INSIGHTS
About
Log in
GET STARTED
flipside
Network Performance Dashboard 2
mattkstew
Network Performance Dashboard 2
Updated 2022-07-08
Copy Reference
Fork
9
1
2
3
4
5
6
7
›
⌄
select
date_trunc
(
'month'
,
block_timestamp
)
,
count_if
(
succeeded
=
'TRUE'
)
as
Succeed
,
count_if
(
succeeded
=
'FALSE'
)
as
Fail
from
solana
.
core
.
fact_transactions
where
block_timestamp
>
current_date
-
365
group
by
1
Results
Run a query to Download Data