chill16mars
    Updated 2023-02-27
    select count(1) , sum(amount) ,count(distinct LIQUIDITY_PROVIDER_ADDRESS) , action from osmosis.mars.ez_liquidity_provider_actions
    where symbol is not null and POOL_ID=907
    group by 4


    Run a query to Download Data