mansaUntitled Query
    Updated 2022-06-28
    with tp as(
    SELECT
    a.fee,
    b.from_currency as token_type
    from osmosis.core.fact_transactions a
    inner join osmosis.core.fact_swaps b
    where a.tx_id = b.tx_id
    and a.fee <> '0uosmo'
    Run a query to Download Data