LTirrellUntitled Query
    Updated 2022-04-08
    select count(distinct receiver) from
    algorand.payment_transaction
    where
    sender = 'TLR47MQCEIC6HSSYLXEI7NJIINWJESIT3XROAYC2DUEFMSRQ6HBVJ3ZWLE'
    and amount < 10000
    and asset_id = 0
    Run a query to Download Data