---
title: "원화 출금 요청"
method: POST
path: "/withdraws/krw"
---

# 원화 출금 요청

`POST /withdraws/krw`

등록된 출금 계좌로 원화 출금을 요청합니다.

## Headers

- `Authorization` string, required

## Request body

- object
  - `amount` string, required — 출금액
  - `two_factor_type` string, required — 2차 인증 수단 - `kakao` : 카카오 인증

## Response `201`

201

- object
  - `type` string — 입출금 종류
  - `uuid` string — 출금의 고유 ID
  - `currency` string — 화폐 심볼 예시) BTC
  - `net_type` string — 출금 네트워크
  - `txid` string — 출금의 트랜잭션 ID
  - `state` 'PROCESSING' | 'DONE' | 'CANCELLED' — 출금 상태
  - `created_at` string, date-time — 출금 생성 시각
  - `done_at` string, date-time — 출금 완료 시각
  - `amount` string — 출금 금액/수량
  - `fee` string — 출금 수수료
  - `transaction_type` string — 출금유형 - `default`: 일반출금

## Other responses

- `400` — 400

---

[API](https://skmtc.dev/bithumb/apis/open-api-public.md) · [All operations](https://skmtc.dev/bithumb/apis/open-api-public/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/bithumb/open-api-public/revisions/9edc2d6e86db/schema)
