flipside
Insights
Studio
Quests
For Chains
For Analysts
For Explorers
About
Log in
Sign up
flipside
Weekly Fee & Transactions Count
freemartian
Weekly Fee & Transactions Count
Updated 2022-12-06
Copy Reference
Fork
9
1
2
3
4
5
6
7
8
›
⌄
select
date_trunc
(
'week'
,
block_timestamp
::
date
)
as
TIME
,
sum
(
fee
)
as
fee
,
count
(
tx_id
)
as
transactions_count
from
terra
.
core
.
fact_transactions
where
TX_SUCCEEDED
=
'TRUE'
and
block_timestamp
>=
CURRENT_DATE
-
{
{
Past_X_Days
}
}
group
by
TIME
Results
Run a query to Download Data