Learn how to create new pool clmm on Cetus
Parameter | Type | Required | Description |
---|---|---|---|
coinTypeA | string | Yes | Address or symbol of the first token |
coinTypeB | string | Yes | Address or symbol of the second token |
initializePrice | number | Yes | Initial price for the token pair |
tickSpacing | number | Yes | The spacing between ticks in the liquidity pool |
inputTokenAmount | number | Yes | Amount of tokens to be provided as input |
isTokenAInput | boolean | Yes | true means fixed coinA amount, false means fixed coinB amount |
slippage | number | Yes | Maximum allowable slippage (e.g., 0.07 for 7%) |