MahrooTotal transactions of swap program on Solana
    Updated 2022-09-20
    SELECT COUNT(distinct tx_id), swap_program
    FROM solana.core.fact_swaps
    GROUP BY swap_program
    Run a query to Download Data