Updated 2022-05-02
    select
    case when SWAP_From_ASSET_ID= 0 then 'Algo'
    when SWAP_From_ASSET_ID= 226701642 then 'Yieldy'
    end as token
    ,sum(SWAP_From_AMOUNT) as amount
    from algorand.swaps
    where SWAP_TO_ASSET_ID = 694432641
    GROUP by 1


    Run a query to Download Data