flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
Total fees on transaction
cheeyoung-kek
Total fees on transaction
Updated 2022-07-07
Copy Reference
Fork
9
1
2
3
4
5
6
7
›
⌄
SELECT
--date_trunc('day',block_timestamp) as date,
--DISTINCT sender as DISTINCT_wallets,
ROUND
(
SUM
(
fee
)
,
2
)
AS
total_fees_since2022
FROM
flipside_prod_db
.
algorand
.
transactions
where
BLOCK_TIMESTAMP
>=
'2022-01-01'
Results
Run a query to Download Data