---
title: "출금 허용 주소 리스트 조회"
method: GET
path: "/withdraws/coin_addresses"
---

# 출금 허용 주소 리스트 조회

`GET /withdraws/coin_addresses`

등록된 출금 허용 주소(100만원 이상 출금 가능한 주소) 리스트를 조회합니다.

## Headers

- `Authorization` string, required

## Response `200`

200

- object[]
  - `currency` string — 화폐 심볼 예시) BTC
  - `net_type` string — 출금 네트워크 타입
  - `network_name` string — 출금 네트워크 이름
  - `withdraw_address` string — 출금 주소
  - `secondary_address` string — 2차 출금 주소(필요한 디지털 자산에 한해서)
  - `exchange_name` string — 출금 거래소명(영문)
  - `owner_type` string — 주소 소유주 고객 타입 - `personal`: 개인 - `corporation`: 법인
  - `owner_ko_name` string — 주소 소유주 국문명
  - `owner_en_name` string — 주소 소유주 영문명
  - `owner_corp_ko_name` string — 주소 소유 법인 국문명
  - `owner_corp_en_name` string — 주소 소유 법인 영문명

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