fantaFirst Part : The first commitment period of Sept 30th, 2021 to Oct 14th, 2021
    Updated 2022-02-23
    SELECT sum(amount/1e6) as sum FROM algorand.payment_transaction as apt inner join algorand.labels as als
    ON als.address=apt.sender
    WHERE
    als.label_type='cex'
    and date(apt.block_timestamp) > '2021-09-30' and date(apt.block_timestamp) <= '2021-10-14'

    Run a query to Download Data