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