# `kiwoomcli domestic orders list-open`

```text
usage: kiwoomcli domestic orders list-open [-h] --stock-scope {all,stock}
                                           --side {all,sell,buy} [--code CODE]
                                           --exchange {ALL,KRX,NXT}
                                           [--pages PAGES]
                                           [--format {pretty,json,jsonl,yaml}]
                                           [--profile PROFILE]
                                           [--mode {real,demo}]

options:
  -h, --help            show this help message and exit
  --stock-scope {all,stock}
                        전체종목구분
  --side {all,sell,buy}
                        매매구분
  --code CODE           6자리 국내 종목코드
  --exchange {ALL,KRX,NXT}
                        거래소구분
  --pages PAGES         연속조회 페이지 수입니다 (기본 1, 0은 서버가 제공하는 모든 페이지).
  --format {pretty,json,jsonl,yaml}
                        출력 형식
  --profile PROFILE     사용할 계좌 별칭입니다. --mode/KIWOOM_MODE가 없을 때 생략하면 현재 계좌 별칭을
                        사용합니다.
  --mode {real,demo}    계좌 별칭 대신 모드를 직접 지정합니다.

Summary:
  미체결요청.

Behavior:
  계좌 조회 명령입니다. 출력에는 공통 계좌번호 redaction 정책이 적용됩니다.

Examples:
  kiwoomcli domestic orders list-open --stock-scope all --side all --exchange ALL

OpenAPI mapping:
  API ID: ka10075
  Request: POST /api/dostk/acnt
  --stock-scope -> all_stk_tp (required)
      all = 0
      stock = 1
  --side -> trde_tp (required)
      all = 0
      sell = 1
      buy = 2
  --code -> stk_cd (optional)
  --exchange -> stex_tp (required)
      ALL = 0
      KRX = 1
      NXT = 2
```
