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