saeedmznUser Behavior - top swap tokens
    Updated 2022-06-17
    select
    BLOCK_TIMESTAMP::date as date ,
    event_type,
    count(distinct tx_id)
    from flow.core.fact_events
    where TX_SUCCEEDED = true
    group by 1,2
    Run a query to Download Data