mo115Untitled Query
    Updated 2022-08-21
    select TX_HASH , (AMOUNT_OUT_USD-AMOUNT_IN_USD)
    from ethereum.core.ez_dex_swaps
    where BLOCK_TIMESTAMP >'2022-04-13'
    and BLOCK_TIMESTAMP <'2022-04-15'
    and platform like 'sushi%'
    order by 2 desc
    Run a query to Download Data