farid-c9j0VMswapping for activity over the last 30 days
    Updated 2022-06-19
    select date(block_timestamp) as date ,TOKEN_OUT_CONTRACT, sum(TOKEN_OUT_AMOUNT) as most_swapping_for
    from flow.core.fact_swaps
    where block_timestamp::date >= CURRENT_DATE - 30
    group by 1,2
    Run a query to Download Data