Kruys-Collins"Platform Activity Share for Token Swaps
    Updated 2025-03-17
    SELECT
    initcap(platform) as platform,
    count(tx_hash) as "Number of Swaps",
    sum(amount_in_usd) as "Volume of Swaps"
    FROM
    avalanche.defi.ez_dex_swaps
    WHERE
    token_in = lower('0xb2F85b7AB3c2b6f62DF06dE6aE7D09c010a5096E')
    OR token_out = lower('0xb2F85b7AB3c2b6f62DF06dE6aE7D09c010a5096E')
    GROUP BY
    1
    Last run: about 1 month ago
    PLATFORM
    Number of Swaps
    Volume of Swaps
    1
    Balancer4442422129
    2
    Pharaoh-V2160679257133064.28
    3
    Trader-Joe-V264672167994325.11
    4
    Pangolin114269.1
    4
    121B
    3s