prepare-exit-pool
Generate an unsigned transaction to exit a liquidity pool on Osmosis by specifying the pool ID, sender address, LP shares amount, and minimum token outputs.
Instructions
Prepares an unsigned transaction to exit a pool
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| poolId | Yes | The ID of the liquidity pool | |
| sender | Yes | The sender's Osmosis address | |
| shareInAmount | Yes | Amount of LP shares to redeem | |
| tokenOutMins | Yes | Minimum amounts of each token to receive |