flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
Count accounts with more than 1 ALGO (Active wallets)
efer
Count accounts with more than 1 ALGO (Active wallets)
Updated 2022-06-16
Copy Reference
Fork
9
1
2
3
4
›
⌄
SELECT
count
(
ADDRESS
)
AS
total
FROM
flipside_prod_db
.
algorand
.
account
WHERE
BALANCE
>
1
AND
ACCOUNT_CLOSED
=
FALSE
Results
Run a query to Download Data