create_order
Place real-money buy or sell orders for stocks and securities, using market or limit types with quantity or dollar amount.
Instructions
Place a REAL-MONEY order. Requires TOSS_ENABLE_TRADING=true.
Provide exactly one of:
quantity: shares as an integer string (e.g. "10").
order_amount: dollar amount string — US MARKET orders only, regular hours only. LIMIT requires price; MARKET must omit price. price — KR: integer won matching the tick size; US: up to 4 dp (<$1) or 2 dp (>=$1). time_in_force: DAY (default) or CLS (US LIMIT only). client_order_id: idempotency key (<=36 chars, [A-Za-z0-9_-], valid 10 min). Orders >= 100M KRW require confirm_high_value_order=true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| side | Yes | ||
| price | No | ||
| symbol | Yes | ||
| quantity | No | ||
| order_type | Yes | ||
| account_seq | No | ||
| order_amount | No | ||
| time_in_force | No | ||
| client_order_id | No | ||
| confirm_high_value_order | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||