raydium-pools_createCPMM
Creates a Raydium Constant Product Market Maker pool by specifying token mints, initial liquidity amounts, and optionally a start time.
Instructions
Create a Raydium CPMM (Constant Product Market Maker) pool.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mintA | Yes | Token A mint | |
| mintB | Yes | Token B mint | |
| amountA | Yes | Initial liquidity for token A | |
| amountB | Yes | Initial liquidity for token B | |
| creator | Yes | Solana public key (base58) | |
| startTime | No | Pool start time (Unix timestamp) |