kenobi9270Including outside the governance commitment period : Daily minted gALGO3
    Updated 2022-04-18
    SELECT SUM(pt.amount), DATE(pt.block_timestamp) AS DATE
    FROM
    algorand.payment_transaction as pt
    WHERE
    pt.receiver='RXI3PCQNQKI3WJ2XM4ORAJRLXLYYYJFZVCO4F3LIZD56RPPZLGX2UVQ5LU'
    GROUP BY
    DATE