Abolfazl_771025total swap
    Updated 2025-01-19
    select
    count(DISTINCT tx_id) as "Swap count",
    count(DISTINCT swapper) as "Swapper count",
    sum(case when swap_to_amount_usd is null then swap_from_amount_usd else swap_to_amount_usd end) as "volume (USD)"
    from solana.defi.ez_dex_swaps
    where (swap_to_mint = '6p6xgHyF7AeE6TZkSmFsko444wqoP15icUSqi2jfGiPN' or swap_from_mint = '6p6xgHyF7AeE6TZkSmFsko444wqoP15icUSqi2jfGiPN')
    QueryRunArchived: QueryRun has been archived