---
title: "원화 입금"
method: POST
path: "/deposits/krw"
---

# 원화 입금

`POST /deposits/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 — 화폐 심볼
  - `net_type` string — 입금 네트워크
  - `txid` string — 입금의 트랜잭션 ID
  - `state` string — 입금 상태
  - `created_at` string — 입금 생성 시각
  - `done_at` string — 입금 완료 시각
  - `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)
