create_order
Create a new limit order in the Luno Cryptocurrency API by specifying the trading pair, order type, volume, and limit price. Facilitates precise trade execution.
Instructions
Create a new limit order
Input 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) |