ArioUntitled Query
    Updated 2022-12-30
    select
    *
    from ethereum.core.ez_dex_swaps
    where
    block_timestamp >= CURRENT_DATE - 30
    limit 100
    Run a query to Download Data