andurilAtlas Swaps v2
    Updated 2022-05-03
    select
    swap_program,
    swapper,
    tx_id,
    swap_from_amount atlas_swapped,
    case when swap_to_mint = 'EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v' then 'USDC'
    when swap_to_mint = 'fueL3hBZjLLLJHiFH9cqZoozTG3XQZ53diwFPwbzNim' then 'Fuel'
    when swap_to_mint = 'tooLsNYLiVqzg8o4m3L2Uetbn62mvMWRqkog6PQeYKL' then 'Tools'
    when swap_to_mint = 'poLisWXnNRwC6oBu1vHiuKQzFjGL4XDSu4g9qjz9qVk' then 'Polis'
    when swap_to_mint = 'So11111111111111111111111111111111111111112' then 'Sol'
    when swap_to_mint = '4k3Dyjzvzp8eMZWUXbBCjEvwSkkk59S5iCNLY3QrkX6R' then 'Ray'
    else 'Other' end as swapped_with
    from
    solana.swaps
    where
    date(block_timestamp) >= current_date()-30
    and succeeded = 'TRUE'
    AND swap_from_mint = 'ATLASXmbPQxBUYbxPsV97usA3fPQYEqzQBUHgiFCUsXx'
    Run a query to Download Data