nat_nomad2023-04-18 04:37 PM
    Updated 2023-04-18
    select date_trunc('month', block_timestamp) as dt
    , count(*) as

    from crosschain.defi.ez_swaps
    left join
    where blockchain = 'Ethereum'
    limit 10

    crosschain.defi.ez_swaps
    ethereum.core.ez_dex_swaps
    Run a query to Download Data