eferCount accounts with more than 1 ALGO (Active wallets)
    Updated 2022-06-16
    SELECT count(ADDRESS) AS total
    FROM flipside_prod_db.algorand.account
    WHERE BALANCE > 1
    AND ACCOUNT_CLOSED = FALSE
    Run a query to Download Data