This commit is contained in:
2026-02-02 23:30:59 +09:00
parent 6d673e06ce
commit 03027d2206

View File

@@ -48,6 +48,16 @@
- [ ] **Brokerage Service (증권사 통신)** - [ ] **Brokerage Service (증권사 통신)**
- 파일: `app/services/kis_client.py` - 파일: `app/services/kis_client.py`
- 구현: `api.md`의 **Section 9. Integration Map**에 정의된 API 엔드포인트 연동 - 구현: `api.md`의 **Section 9. Integration Map**에 정의된 API 엔드포인트 연동
- **참고 샘플 (KIS Samples)**:
- **Auth**: `examples_llm/auth/auth_token/method.py` (토큰 발급)
- **Domestic**:
- 주문: `domestic_stock/order_cash/order_cash.py`
- 시세: `domestic_stock/inquire_price/inquire_price.py`
- 잔고: `domestic_stock/inquire_balance/inquire_balance.py`
- **Overseas**:
- 주문: `overseas_stock/order/order.py`
- 시세: `overseas_stock/price/price.py`
- 잔고: `overseas_stock/inquire_balance/inquire_balance.py`
- 모든 호출은 `Rate Limiter` 경유 필수 - 모든 호출은 `Rate Limiter` 경유 필수
- [ ] **Realtime Manager (웹소켓)** - [ ] **Realtime Manager (웹소켓)**
- `KisWebSocket` 클라이언트: Approval Key 발급 및 연결 - `KisWebSocket` 클라이언트: Approval Key 발급 및 연결