headitmanagerActive Daily Wallets - January 2022
    Updated 2022-02-27
    select count(distinct address) as wallets , date(block_timestamp) as transactions_date
    from
    algorand.transaction_participation
    where
    YEAR(transactions_date)= 2022 and MONTH(transactions_date)=1
    group by transactions_date
    order by transactions_date
    Run a query to Download Data