boomer77UST Dominance
    Updated 2021-11-10
    SELECT
    concat(token_0_currency,'-',token_1_currency) as swap, date_trunc('month', block_timestamp) as months, count(tx_id) as tx_count
    FROM
    terra.swaps
    where months = '2021-07-01' or months = '2021-06-01' or months = '2021-05-01'
    group by 1,2
    Run a query to Download Data