headitmanagernumber of Terra unique wallets in 2021
    Updated 2022-03-13
    select count(distinct TX_FROM[0]),month(block_timestamp::date) as date
    from terra.transactions
    where TX_STATUS='SUCCEEDED' and year(block_timestamp::date)=2021
    group by date



    Run a query to Download Data