flipside
Insights
Studio
Quests
For Chains
For Analysts
For Explorers
About
Log in
Sign up
flipside
Total Transactions - single
freemartian
Total Transactions - single
Updated 2022-12-06
Copy Reference
Fork
99
1
2
3
4
5
6
7
8
9
10
›
⌄
select
count
(
tx_id
)
as
transactions_count
,
count
(
distinct
tx_sender
)
as
unique_wallets
,
sum
(
fee
)
as
total_fee_luna
from
terra
.
core
.
fact_transactions
where
TX_SUCCEEDED
=
'TRUE'
and
block_timestamp
>=
CURRENT_DATE
-
{
{
Past_X_Days
}
}
Results
Run a query to Download Data