rajsUntitled Query
    Updated 2022-11-14
    SELECT
    tx_id,
    count(*)
    from osmosis.core.fact_swaps
    group by 1
    order by 2 desc
    limit 100

    Run a query to Download Data