Zap In - Enter a Liquidity Position
Use the ZaaS API to open a new concentrated liquidity position or increase an existing one using any input token.
Zap In — Enter a Liquidity Position
Prerequisites
Flow Overview
GetRoute → (user reviews preview) → BuildRoute → send transactionStep 1 — Preview the Route
curl -X GET "https://zap-api.kyberswap.com/polygon/api/v1/in/route\
?dex=DEX_UNISWAPV3\
&pool.id=0xb46388f104ff88aac68626a316aaf3a924f32055\
&position.tickLower=-24800\
&position.tickUpper=32400\
&tokensIn=0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE\
&amountsIn=1000000000000000000\
&slippage=100" \
-H "x-client-id: your-client-id"Parameter
Description
Field
What to show
Step 2 — Build the Transaction
Step 3 — Send the Transaction
Last updated
Was this helpful?