getConditionalOrder
Retrieve detailed information about a specific conditional order by its ID, including both active and completed orders.
Instructions
조건주문 상세 조회
조건주문 단건 상세를 조회합니다. 진행 중 + 종료된 조건주문을 모두 조회할 수 있습니다.
conditionalOrderId 로 조건주문을 식별합니다.
Rate Limits Group: CONDITIONAL_ORDER_HISTORY
[GET /api/v1/conditional-orders/{conditionalOrderId}]
tags: Conditional Order History
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | URL 경로 파라미터 | |
| account | No | 요청에 사용할 계좌의 accountSeq. getAccounts 응답의 accountSeq 값을 사용합니다. 미지정 시 TOSSINVEST_DEFAULT_ACCOUNT 환경변수를 사용하며, 둘 다 없으면 호출하지 않고 오류를 반환합니다. |