---
title: "입금 주소 생성 요청"
method: POST
path: "/deposits/generate_coin_address"
tags: ["입금(Deposit)"]
---

# 입금 주소 생성 요청

`POST /deposits/generate_coin_address`

개인 지갑 또는 타 거래소 자산을 업비트로 입금 하기 위한 입금 주소 생성을 요청합니다.

## Request body

- object
  - `currency` string, required — 입금 주소가 생성된 통화 코드
  - `net_type` string, required — 네트워크 유형

## Response `200`

Object of created deposit address

- object
  - `currency` string, required — 입금 주소가 생성된 통화 코드
  - `net_type` string, nullable, required — 입금 네트워크 유형. 업비트에서 사용하는 블록체인 네트워크 구분자입니다. [예시] ETH, TRX, SOL
  - `deposit_address` string, required — 입금 주소
  - `secondary_address` string, nullable — 2차 출금 주소. 일부 디지털 자산의 경우 입출금 주소가 Destination Tag, Memo, 또는 Message와 같은 2차 주소를 포함합니다. 디지털 자산을 수신할 거래소의 수신 주소(입금 주소) 정보에 2차 주소가 포함되어있다면 이 필드를 반드시 포함하여 출금을 요청해야 합니다.

## Other responses

- `201` — Object of created deposit address
- `400` — error object

---

[API](https://skmtc.net/upbit/apis/quotation-api.md) · [All operations](https://skmtc.net/upbit/apis/quotation-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/upbit/quotation-api/revisions/b8bd8b9ed3b5/schema)
