mcfemi6Untitled Query
    Updated 2022-11-04
    SELECT date_trunc('month', block_timestamp), platform
    from ethereum.core.ez_dex_swaps
    where block_timestamp >= '2022-07-01'
    Run a query to Download Data