adriaparcerisas3 pool 1
Updated 2023-02-10
9
1
2
3
4
5
6
7
8
›
⌄
select
trunc(BLOCK_TIMESTAMP,'day') as date,
action,
count(DISTINCT LIQUIDITY_PROVIDER_ADDRESS) AS users,
count(distinct tx_id) as lp_actions
from osmosis.core.fact_liquidity_provider_actions where ACTION in ('pool_joined','pool_exited')
and POOL_ID[0]='877'
group by 1,2
Run a query to Download Data