ML64oposmo
    Updated 2023-02-07
    select count(*) , sum(TO_AMOUNT/1e6) , count( distinct trader) , PROJECT_NAME from osmosis.core.fact_swaps inner join osmosis.core.dim_tokens
    on address=FROM_CURRENCY
    where TO_CURRENCY='uosmo' and block_timestamp::date>= current_date - 30 and PROJECT_NAME!='OSMO'
    group by 4
    Run a query to Download Data