create_order
Place a new limit order on the Luno MCP Server by specifying a trading pair, order type (BUY/SELL), volume, and limit price.
Instructions
Create a new limit order
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pair | Yes | Trading pair (e.g., XBTZAR) | |
| price | Yes | Limit price as a decimal string | |
| type | Yes | Order type (BUY or SELL) | |
| volume | Yes | Order volume (amount of cryptocurrency to buy or sell) |