datavortexBridge flow direction
    Updated 2024-11-18
    SELECT
    COUNT(DISTINCT trader) AS total_traders,
    SUM(amount_in_usd) AS total_volume,
    COUNT(DISTINCT tx_hash) AS total_swaps
    FROM near.defi.ez_dex_swaps
    WHERE block_timestamp BETWEEN '2024-01-01' AND '2024-12-31';

    QueryRunArchived: QueryRun has been archived