2844osmo
    Updated 2022-06-24
    SELECT *
    from osmosis.core.fact_transactions T
    inner join osmosis.core.fact_swaps S on S.TX_ID=T.TX_ID
    where FEE != '0uosmo'
    LIMIT 10
    Run a query to Download Data