NuveveCryptoArchivedAll Time DEX Volume
    Updated 2023-05-05
    select
    platform,
    sum(amount_in_usd) as volume_usd
    from avalanche.core.ez_dex_swaps
    group by platform
    order by volume_usd desc
    Run a query to Download Data