openbook_placeOrder
Place buy or sell orders on an Openbook market with specified price and raw token amount, supporting limit, IOC, and post-only order types.
Instructions
Place an order on an Openbook market.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| side | Yes | ||
| size | Yes | Raw token amount (smallest unit) | |
| price | Yes | ||
| wallet | Yes | Solana public key (base58) | |
| marketId | Yes | Solana public key (base58) | |
| orderType | No |