adriaparcerisasSwaps in near 3
    Updated 2024-11-18
    select count( distinct concat(symbol_in,'-',symbol_out)) as pairs, count(distinct(tx_hash)) as total_swaps, sum(amount_out_usd) as total_volume,
    count(distinct trader) as total_traders
    from near.defi.ez_dex_swaps
    where block_timestamp>='2024-01-01'




    QueryRunArchived: QueryRun has been archived