victoryetherum dex analysis 2023-06-18 01:38 AM
    SELECT platform,
    sum(AMOUNT_IN_USD/ E91) AS trading_volume
    from ethereum.core.ez_dex_swaps
    where block_timestamp::date BETWEEN '2021-12-31' AND '2023-06-17'
    group by platform
    order by trading_volume desc
    Run a query to Download Data