i_danKaia Chain Swaps: Top Platforms
    Updated 2025-02-26
    SELECT
    SUM(CASE WHEN amount_in_usd IS NULL THEN amount_out_usd ELSE amount_in_usd END) as "Trades"
    , Platform
    FROM kaia.defi.ez_dex_swaps
    WHERE block_timestamp >= '2025-01-01'
    AND (CASE WHEN amount_in_usd IS NULL THEN amount_out_usd ELSE amount_in_usd END) IS NOT NULL
    GROUP BY 2
    ORDER BY 1 DESC
    LIMIT 10
    Last run: about 1 month ago
    Trades
    PLATFORM
    1
    149063839.55dragonswap-v3
    2
    35875383.95capybara
    3
    20299388.99klayswap-v3
    4
    1853219.03kaiaswap
    5
    1302013.83klayswap-v2
    6
    173147.37dragonswap-v2
    6
    164B
    2s