elsinaMost popular tokens that swapped from stable coins are:
    Updated 2022-07-11
    Select address, address_name, count(*) as swaps_count
    From solana.core.fact_swaps s LEFT OUTER JOIN solana.core.dim_labels l ON s.swap_to_mint = l.address
    Where block_timestamp::date >= '2022-01-01' And succeeded = 'True' And (swap_from_mint = 'EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v' or swap_from_mint = 'Es9vMFrzaCERmJfrF4H2FYD4KCoNkY11McCe8BenwNYB')
    AND swap_from_amount > 0 AND swap_program = 'orca'
    Group by 1, 2
    order by 3 desc
    Run a query to Download Data