get_order
Retrieve detailed information for a specific order using its order ID and account number. Works for orders in any status.
Instructions
특정 주문의 상세 정보를 조회합니다. 모든 상태의 주문을 조회할 수 있습니다.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| order_id | Yes | 주문 식별자 (create_order 응답의 orderId) | |
| account_seq | Yes | 계좌 식별자 (get_accounts로 조회한 accountSeq) |