Updated 2024-12-17
    SELECT
    COUNT(DISTINCT tx_hash) AS total_swap_count,
    SUM(amount_in_usd) AS total_swap_volume_usd,
    COUNT(DISTINCT origin_from_address) AS total_active_users
    FROM
    kaia.defi.ez_dex_swaps
    WHERE
    platform = 'capybara'
    QueryRunArchived: QueryRun has been archived