NuveveCryptoArchivedAverage Swap Volume
    Updated 2023-05-05
    select
    platform,
    avg(amount_in_usd) as avg_usd
    from avalanche.core.ez_dex_swaps
    group by platform
    order by avg_usd desc
    Run a query to Download Data