Updated 2022-11-13
9
1
2
3
4
5
›
⌄
select count(*) , sum(TO_AMOUNT/TO_DECIMAL) ,count(distinct TRADER) , to_date(block_timestamp) from osmosis.core.fact_swaps
where TX_STATUS='SUCCEEDED' and to_date(block_timestamp) > '2022-11-01' and to_date(block_timestamp)!=CURRENT_DATE
and TO_CURRENCY='uosmo'
group by to_date(block_timestamp)
Run a query to Download Data