flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
Top 20 Wallets With Most Transactions
freemartian
Top 20 Wallets With Most Transactions
Updated 2022-12-06
Copy Reference
Fork
9
1
2
3
4
5
6
7
8
9
›
⌄
select
TX_SENDER
as
user
,
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
1
order
by
transactions_count
DESC
limit
20
Results
Run a query to Download Data