mlhuniswap
    Updated 2022-06-25
    SELECT
    sum(AMOUNT_IN_USD) as uniswap_volume,
    COUNT (DISTINCT tx_hash) as uniswap_swaps_count
    from ethereum.core.ez_dex_swaps
    where PLATFORM = 'uniswap-v2'

    Run a query to Download Data