flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
1.success and fail transactions
ZSaed
1.success and fail transactions
Updated 2022-11-06
Copy Reference
Fork
9
1
2
3
4
5
6
7
8
9
›
⌄
select
date_trunc
(
'month'
,
BLOCK_TIMESTAMP
)
as
month
,
TX_STATUS
,
count
(
TX_STATUS
)
as
num
FROM
near
.
core
.
fact_transactions
where
BLOCK_TIMESTAMP
::
date
<
'2022-11-01'
GROUP
by
TX_STATUS
,
month
Results
Run a query to Download Data