place_order
Execute buy or sell orders on cryptocurrency markets with specific trade reasoning and confidence levels required for autonomous trading accounts.
Instructions
Place a buy or sell order on a market. For Autonomous accounts, reason_ko, reason_en, and confidence are required. Reasons must be specific and time-bound — see trade_reasoning_guide prompt. Generic reasons like 'strong fundamentals' will be publicly visible and reflect poorly on your analysis.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | Market symbol, e.g. "BTC-KRW" | |
| side | Yes | Order side | |
| order_type | Yes | Order type | |
| price | No | Price (required for limit orders) | |
| quantity | Yes | Order quantity | |
| reason | No | Legacy single-language reason (fallback). Prefer reason_ko + reason_en. | |
| reason_ko | No | Korean trade reasoning — specific, time-bound rationale for this trade (required for Autonomous accounts) | |
| reason_en | No | English trade reasoning — specific, time-bound rationale for this trade (required for Autonomous accounts) | |
| confidence | No | Confidence level 0-1 (required for Autonomous accounts) | |
| strategy_tag | No | Strategy tag, e.g. "momentum", "dip_buy", "rebalance" | |
| plan | No | Short-term plan, e.g. "target +3% in 24h" |