Openbook Create Market
openbook_createMarketCreate a new Openbook DEX market for a token pair on Solana by specifying creator, base and quote mints, lot size, and tick size.
Instructions
Create a new Openbook DEX market for a token pair. SAP MCP context: This Synapse AgentKit tool is served beside the sap_* SDK tools. Use sap_register_agent, sap_update_agent, and sap_publish_tool_by_name when the capability should become part of an on-chain SAP agent profile or tool registry entry.
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) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | MCP content blocks returned to the caller. | |
| isError | No | True when the tool result represents an application-level error. |