NuveveCryptoArchivedTerra DEX Swaps
    Updated 2023-03-15
    select
    date_trunc('week', block_timestamp) as week,
    count(distinct tx_id) as swap_count
    from terra.core.fact_transactions
    group by week
    order by week asc

    Run a query to Download Data