flipside
FLIPSIDEAI
IDG PLAYBOOK
JOURNEYS
INSIGHTS
About
Log in
GET STARTED
flipside
2) Algorand Fees 2022
mohammadh
2) Algorand Fees 2022
Updated 2022-07-04
Copy Reference
Fork
9
1
2
3
4
5
›
⌄
select
count
(
distinct
SENDER
)
as
users
,
count
(
distinct
TX_ID
)
as
num_tx
,
sum
(
FEE
)
as
sum_fee
,
TX_TYPE_NAME
from
flipside_prod_db
.
algorand
.
transactions
where
block_timestamp
>=
'2022-06-01'
group
by
TX_TYPE_NAME
order
by
sum_fee
desc
Results
Run a query to Download Data