flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
DEX change osmo5
sarath
DEX change osmo5
Updated 2022-11-16
Copy Reference
Fork
9
1
2
3
4
5
›
⌄
SELECT
top
1000
date
(
block_timestamp
)
as
date
,
count
(
delegator_Address
)
as
stakers
,
sum
(
amount
)
as
staking_volume
from
osmosis
.
core
.
fact_staking
where
date
>
'2022-10-01'
GROUP
by
1
order
by
staking_volume
desc
Results
Run a query to Download Data