fantaVolume swapped to DEX’s
    Updated 2022-05-09
    select sum(AMOUNT_USD),TO_LABEL from ethereum.udm_events
    where FROM_LABEL='paraswap' and TO_LABEL_TYPE='dex'
    and date(BLOCK_TIMESTAMP) >= '2021-01-01' and date(BLOCK_TIMESTAMP) <= '2021-12-31'
    group by TO_LABEL
    Run a query to Download Data