주문 상세 조회
toss_get_orderRetrieve detailed information for a specific order, including status, price, quantity, and execution details, by providing account sequence and order ID.
Instructions
특정 주문의 상세 정보를 조회합니다.
Args:
accountSeq (number, 필수): 계좌 시퀀스. toss_get_accounts 응답의 accountSeq 값
orderId (string, 필수): 주문 식별자. toss_create_order 또는 toss_get_orders 응답의 orderId 값
Returns:
orderId, symbol, side (BUY/SELL), orderType (LIMIT/MARKET)
timeInForce, status, price, quantity, orderAmount, currency
orderedAt, canceledAt
execution: 체결 정보 (filledQuantity, averageFilledPrice, filledAmount, commission, tax, filledAt, settlementDate)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| orderId | Yes | 주문 식별자. toss_create_order 또는 toss_get_orders 응답의 orderId 값 | |
| accountSeq | Yes | 계좌 시퀀스. toss_get_accounts 응답의 accountSeq 값 |