kraken_add_order
Execute cryptocurrency buy or sell orders on Kraken. Configure order type, pair, volume, price, leverage, and time-in-force for market, limit, or stop orders.
Instructions
Execute a buy or sell order for cryptocurrency on the Kraken exchange
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pair | Yes | Identify the asset pair (e.g., XBTUSD, ETHUSD) | |
| type | Yes | Indicate the direction of the order (buy or sell) | |
| price | No | Set the price for limit orders or the trigger price for stop orders | |
| oflags | No | Order flags as comma-separated string: viqc, post, fcib, fciq, nompp | |
| price2 | No | Provide a secondary price for stop-loss-limit and take-profit-limit orders | |
| volume | Yes | Define the quantity of the base asset to order | |
| userref | No | Optionally specify a user reference ID | |
| leverage | No | Specify the desired leverage amount (default is none) | |
| validate | No | Set to true to validate inputs without placing the order | |
| ordertype | Yes | Specify the order execution model | |
| timeinforce | No | Determine the order time-in-force policy |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| txid | No | Array of transaction IDs (present when order is actually placed) | |
| descr | Yes | Order description info |