openbook_createMarket
Create a new Openbook DEX market for a token pair on Solana, specifying base and quote token mints, lot size, and tick size.
Instructions
Create a new Openbook DEX market for a token pair.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| creator | Yes | Solana public key (base58) | |
| lotSize | Yes | Minimum order size | |
| baseMint | Yes | Token mint address (base58) | |
| tickSize | Yes | Minimum price increment | |
| quoteMint | Yes | Token mint address (base58) |