sakineh5021-nIQRzBUntitled Query
    Updated 2022-04-01
    SELECT top 1000 *
    from ethereum.dex_swaps
    where amount_usd >1
    order by amount_usd desc

    Run a query to Download Data