flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
cex wallets
anduril
cex wallets
Updated 2024-10-16
Copy Reference
Fork
99
1
2
3
4
5
6
7
8
9
10
›
⌄
select
label
,
count
(
distinct
address
)
as
wallets
from
solana
.
core
.
dim_labels
where
label_type
=
'cex'
and
date
(
INSERTED_TIMESTAMP
)
>=
'2024-01-01'
group
by
1
order
by
2
desc
Results
QueryRunArchived: QueryRun has been archived