meteora_createDLMMPool
Create a Discrete Liquidity Market Maker pool on Meteora with specified token pair, bin step, initial price, and liquidity.
Instructions
Create a Meteora DLMM (Discrete Liquidity Market Maker) pool.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mintX | Yes | Token X mint | |
| mintY | Yes | Token Y mint | |
| feeBps | No | ||
| amountX | No | Raw token amount (smallest unit) | |
| amountY | No | Raw token amount (smallest unit) | |
| binStep | Yes | Bin step size (defines fee tier and price granularity) | |
| creator | Yes | Solana public key (base58) | |
| initialPrice | Yes | ||
| activationType | No | ||
| activationPoint | No | ||
| priceRoundingUp | No |