saeedmznSolana Protocol Feature -- swap from num transactions
    Updated 2022-07-15
    select
    LABEL ,
    count (DISTINCT tx_id) as num_swaps
    from solana.core.fact_swaps join solana.core.dim_labels
    on ADDRESS = SWAP_FROM_MINT
    where SWAP_PROGRAM = 'raydium v4'
    and SUCCEEDED = true
    group by 1
    Run a query to Download Data