sarath user behavior 3
    Updated 2022-06-22
    SELECT date(block_timestamp) as date, COUNT(DISTINCT tx_id) as swap_count
    FROM flow.core.fact_swaps
    GROUP BY date
    ORDER BY date
    Run a query to Download Data