i_danKaia Chain: Total Values
    Updated 2025-02-26
    SELECT
    SUM(CASE WHEN amount_in_usd IS NULL THEN amount_out_usd ELSE amount_in_usd END) as volume
    , COUNT(distinct(tx_hash)) as tx_count
    , COUNT(distinct(origin_from_address)) as wallet_count
    FROM kaia.defi.ez_dex_swaps
    WHERE block_timestamp >= '2025-01-01'

    Last run: about 1 month ago
    VOLUME
    TX_COUNT
    WALLET_COUNT
    1
    208544682.651404498110848
    1
    31B
    2s