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