datavortexOverall
    Updated 2025-05-12
    SELECT
    COUNT(DISTINCT swapper) AS total_swappers,
    COUNT(DISTINCT tx_hash) AS total_swaps,
    SUM(amount_in_usd) AS total_volume_swapped
    FROM
    aptos.defi.ez_dex_swaps
    WHERE
    block_timestamp BETWEEN '2024-01-01' AND '2024-12-31'
    AND (token_in = '0xf22bede237a07e121b56d91a491eb7bcdfd1f5907926a9e58338f964a01b17fa::asset::USDT'
    OR token_out = '0xf22bede237a07e121b56d91a491eb7bcdfd1f5907926a9e58338f964a01b17fa::asset::USDT');
    Last run: 11 days ago
    TOTAL_SWAPPERS
    TOTAL_SWAPS
    TOTAL_VOLUME_SWAPPED
    1
    3834804038961891961009.103867
    1
    35B
    11s