sarathalgo dex degans 1
    Updated 2022-03-23
    with data1 as(
    SELECT swapper ,count(tx_group_id),sum(swap_from_amount-swap_to_amount) as amount from algorand.swaps where swap_from_amount is not null
    GROUP by 1
    )
    SELECT * from data1
    LIMIT 1000
    Run a query to Download Data