---
title: "개별 입금 주소 조회"
method: GET
path: "/deposits/coin_address"
tags: ["입금(Deposit)"]
---

# 개별 입금 주소 조회

`GET /deposits/coin_address`

지정한 통화의 입금 주소 정보를 조회힙니다.

## Query parameters

- `currency` string, required — 조회하고자 하는 통화 코드. 통화 코드로 조회 대상을 한정하기 위한 필터 파라미터입니다.
- `net_type` string, required — 디지털 자산 입출금에 사용되는 블록체인 네트워크 식별자. 조회 대상을 네트워크 식별자로 한정하기 위한 필터 파라미터입니다.

## Response `200`

Object of deposit address

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

## Other responses

- `400` — error object
- `401` — 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)
