nimble-metamaskThe number of distinct swapper (may, june)
    Updated 2022-07-07
    SELECT COUNT (DISTINCT SWAPPER) AS "The Number of Distinct Swapper",
    COUNT (TX_GROUP_ID) AS "The Number of Swaps"
    FROM flipside_prod_db.algorand.swaps
    WHERE BLOCK_TIMESTAMP BETWEEN '2022-05-01' AND '2022-06-30'
    Run a query to Download Data