PapasotDefly Buy Swaps TInyman 1.1
    Updated 2022-02-10
    select
    date_trunc('day',block_timestamp) as Date,
    count(asset_amount)
    from algorand.asset_transfer_transaction
    WHERE
    sender = 'XLNMBK3GMC4YEF562DMEOZEYTNDWJLQRN2GFQ3MGLVNIJTOTVGVD75DVKM' AND
    asset_id = 470842789
    group by Date
    order by Date
    Run a query to Download Data