flipside
Insights
Studio
Quests
For Chains
For Analysts
For Explorers
About
Log in
Sign up
flipside
top 20 validators by volume before
0-MID
top 20 validators by volume before
Updated 2023-01-23
Copy Reference
Fork
99
1
2
3
4
5
6
7
8
9
10
›
⌄
select
VALIDATOR_LABEL
,
sum
(
AMOUNT
)
as
"STAKING VOLUME"
from
terra
.
core
.
ez_staking
where
BLOCK_TIMESTAMP
>=
'2023-01-07'
and
BLOCK_TIMESTAMP
<=
'2023-01-13'
and
ACTION
=
'Delegate'
and
VALIDATOR_LABEL
is
not
null
group
by
1
order
by
2
desc
limit
20
Results
Run a query to Download Data