# `kiwoomcli domestic quotes list`

```text
usage: kiwoomcli domestic quotes list [-h]
                                      --kind {all,warrant-security,warrant-certificate}
                                      [--pages PAGES]
                                      [--format {pretty,json,jsonl,yaml}]
                                      [--profile PROFILE] [--mode {real,demo}]

options:
  -h, --help            show this help message and exit
  --kind {all,warrant-security,warrant-certificate}
                        신주인수권구분
  --pages PAGES         연속조회 페이지 수입니다 (기본 1, 0은 서버가 제공하는 모든 페이지).
  --format {pretty,json,jsonl,yaml}
                        출력 형식
  --profile PROFILE     사용할 계좌 별칭입니다. --mode/KIWOOM_MODE가 없을 때 생략하면 현재 계좌 별칭을
                        사용합니다.
  --mode {real,demo}    계좌 별칭 대신 모드를 직접 지정합니다.

Summary:
  신주인수권전체시세요청.

Behavior:
  조회 전용 명령입니다. 계좌/주문 상태를 변경하지 않습니다.

Examples:
  kiwoomcli domestic quotes list --kind all

OpenAPI mapping:
  API ID: ka10011
  Request: POST /api/dostk/mrkcond
  --kind -> newstk_recvrht_tp (required)
      all = 00
      warrant-security = 05
      warrant-certificate = 07
```
