flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
Average Balance and Total Holders (total) Since Start of Year
olav
Average Balance and Total Holders (total) Since Start of Year
Updated 2022-10-26
Copy Reference
Fork
99
1
2
3
4
5
6
7
8
9
10
›
⌄
select
address
,
avg
(
balance
/
pow
(
10
,
6
)
)
as
"Average Balance"
,
median
(
balance
/
pow
(
10
,
6
)
)
as
"Median Balance"
from
osmosis
.
core
.
fact_daily_balances
where
currency
=
'uosmo'
and
date
::
date
>=
'2022-01-01'
group
by
1
order
by
2
desc
limit
100
Results
Run a query to Download Data