flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
apt_Transaction Type Analysis
Saleh
apt_Transaction Type Analysis
Updated 2024-05-26
Copy Reference
Fork
99
1
2
3
4
5
6
7
8
9
10
›
⌄
select
date_trunc
(
week
,
block_timestamp
)
::
date
as
date
,
upper
(
replace
(
tx_type
,
'_'
,
' '
)
)
as
Type
,
count
(
DISTINCT
tx_hash
)
as
TXs
from
aptos
.
core
.
fact_transactions
where
success
group
by
1
,
2
order
by
1
Results
QueryRunArchived: QueryRun has been archived