Pmisha-bmlMdxparaswap.from
    Updated 2022-05-09
    select
    distinct from_LABEL,
    sum (amount_usd) as swap_volume2
    from ethereum.udm_events
    where to_LABEL='paraswap'
    and from_LABEL_TYPE='dex'
    and block_timestamp between '2021-01-01' and '2022-01-01'
    group by 1
    order by 2 desc limit 10



    Run a query to Download Data