sarathmisouser3.6
    Updated 2022-09-20
    SELECT DISTINCT COUNT (SENDER) AS number_user_ava,
    date_trunc('day', BLOCK_TIMESTAMP) AS date
    FROM avalanche.sushi.ez_swaps
    WHERE BLOCK_TIMESTAMP >= CURRENT_DATE -7
    group BY 2
    ORDER BY 2 ASC
    Run a query to Download Data