feyikemiArbitrum
    Updated 2024-02-22
    SELECT
    --Block_timestamp,
    --tx_hash,
    --amount_in_usd,
    DISTINCT platform
    --symbol_in
    --symbol_out,
    --amount_in_usd

    FROM arbitrum.defi.ez_dex_swaps

    WHERE platform IN ('uniswap-v3', 'Curve', 'Sushiswap', 'Balancer')
    AND amount_in_usd IS NOT NULL


    --GROUP BY 2, 3, 4

    LIMIT 100




    Last run: over 1 year ago
    PLATFORM
    1
    uniswap-v3
    1
    16B
    3s