maybeyonasalgo_algoanna_fee_total
    Updated 2022-05-26
    select
    sum(amount) as fees_collected,
    count(distinct tx_id) as sales
    from algorand.payment_transaction
    where receiver = 'D5J7H7PIYKLY2U6A5OFUAC7GQHTHSXXNX65DSD3CJYPBV2MVK6NTNW44CA'
    and amount is not null
    -- limit 100
    Run a query to Download Data