get-cl-swap-estimates
Calculate swap estimates for Concentrated Liquidity pools on Osmosis, including price impact, to plan token exchanges before executing transactions.
Instructions
Returns swap estimates specifically for CL pools with price impact
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| poolId | Yes | The CL pool ID | |
| tokenIn | Yes | Input token denomination | |
| tokenOut | Yes | Output token denomination | |
| amount | Yes | Amount to swap | |
| isExactIn | No | Whether the amount is exact input (true) or exact output (false) |