ngxuan885Acquiring goBTC and goETH: total holders
    Updated 2022-04-10
    SELECT asset_name,count(address) as holders , sum(AMOUNT/pow(10,8)) as amount

    from algorand.account_asset


    where ASSET_ID in ('386195940','386192725')
    and AMOUNT > 0
    GROUP by 1
    Run a query to Download Data