SalehUntitled Query
    Updated 2023-02-12
    select
    split(fee,'uosmo')[0] as main_fee
    from osmosis.core.fact_transactions
    where fee!='0uosmo'
    limit 100



    Run a query to Download Data