flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
Transactions
superfly
Transactions
Updated 2022-12-26
Copy Reference
Fork
9
1
2
3
4
5
6
7
›
⌄
select
date_trunc
(
'week'
,
block_timestamp
)
as
"Day"
,
case
when
TX_SUCCEEDED
=
TRUE
then
'Succeeded'
else
'Faliled'
end
as
"Status"
,
count
(
distinct
TX_ID
)
as
"Num transactions"
from
terra
.
core
.
fact_transactions
group
by
1
,
2
order
by
2
desc
Results
Run a query to Download Data