---
title: "개별 입금 주소 조회"
method: GET
path: "/deposits/coin_address"
---

# 개별 입금 주소 조회

`GET /deposits/coin_address`

가상자산별 입금 주소를 조회합니다.

## Query parameters

- `currency` string, required
- `net_type` string, required

## Headers

- `Authorization` string, required

## Response `200`

200

- object
  - `currency` string — 화폐 심볼 예시) BTC
  - `net_type` string — 입금 네트워크
  - `deposit_address` string — 입금 주소
  - `secondary_address` string — 2차 입금 주소

## 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)
