flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
BECOME A PARTNER
flipside
The number of holders of each token
rezarwz
The number of holders of each token
Updated 2022-10-27
Copy Reference
Fork
9
1
2
3
4
5
6
›
⌄
SELECT
PROJECT_NAME
,
count
(
DISTINCT
bl
.
ADDRESS
)
as
number_of_holders
FROM
osmosis
.
core
.
fact_daily_balances
bl
inner
join
osmosis
.
core
.
dim_labels
lb
on
lb
.
address
=
bl
.
currency
where
date
=
CURRENT_DATE
-
1
GROUP
by
1
Results
Run a query to Download Data