flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
40. Common LP Pairs_'remove_liquidity'
sunshine-julia
40. Common LP Pairs_'remove_liquidity'
Updated 2022-01-12
Copy Reference
Fork
9
1
2
3
4
›
⌄
select
from_address
,
pool_name
,
sum
(
stake_units
)
as
sum_stake_units
from
thorchain
.
liquidity_actions
where
lp_action
=
'remove_liquidity'
group
by
1
,
2
Results
Run a query to Download Data