---
title: "출금 가능 정보 조회"
method: GET
path: "/withdraws/chance"
tags: ["출금(Withdrawal)"]
---

# 출금 가능 정보 조회

`GET /withdraws/chance`

지정한 통화에 대한 출금 가능 정보를 조회합니다. 해당 통화의 출금 정책과 사용자 잔고를 확인할 수 있습니다.

## Query parameters

- `currency` string, required — 출금 가능 정보를 조회하고자 하는 통화 코드
- `net_type` string — 디지털 자산 입출금에 사용되는 블록체인 네트워크 식별자. 출금 주소 등록 후 출금 허용 주소 목록 조회 API를 호출하여 응답에서 각 주소로의 출금시 사용 가능한 “net_type” 값을 확인할 수 있습니다. 디지털 자산인 경우 필수(required) 필드입니다.

## Response `200`

Object of withdrawal policy

- object
  - `member_level` object, required — 사용자 보안 등급 정보
    - `security_level` integer, required — 보안 등급
    - `fee_level` integer, required — 수수료 등급
    - `email_verified` boolean, required — 이메일 인증 여부
    - `identity_auth_verified` boolean, required — 실명 인증 여부
    - `bank_account_verified` boolean, required — 계좌 인증 여부
    - `two_factor_auth_verified` boolean, required — 2FA 활성화 여부
    - `locked` boolean, required — 계정 보호 상태
    - `wallet_locked` boolean, required — 출금 보호 상태
  - `currency` object, required — 통화 정보
    - `code` string, required — 통화 코드
    - `withdraw_fee` string, required — 출금 수수료
    - `is_coin` boolean, required — 디지털 자산 여부
    - `wallet_state` 'working' | 'unsupported', required — 자산별 입출금 지원 이력 여부. 현시점의 입출금 가능 여부는 wallet_support 필드를 참조하시기 바랍니다. - `working`: 입출금 지원한 적 있음 - `unsupported`: 입출금 미지원
    - `wallet_support` string[], required — 해당 통화의 입출금 가능 여부. 입금가능한 상태인 경우 'deposit', 출금가능한 상태인 경우 'withdraw'가 추가되며, 빈 리스트일 경우 입출금 모두 불가한 상태입니다.
  - `account` object, required — 자산 잔고 정보
    - `currency` string, required — 조회하고자 하는 통화 코드
    - `balance` string, required — 주문 가능 수량 또는 금액. 디지털 자산의 경우 수량, 법정 통화(KRW)의 경우 금액입니다.
    - `locked` string, required — 출금이나 주문 등에 잠겨 있는 잔액
    - `avg_buy_price` string, required — 매수 평균가
    - `avg_buy_price_modified` boolean, required — 매수 평균가 수정 여부
    - `unit_currency` string, required — 평균가 기준 통화. "avg_buy_price"가 기준하는 단위입니다. [예시] KRW, BTC, USDT
  - `withdraw_limit` object, required — 출금 제약 조건
    - `currency` string, required — 조회하고자 하는 통화 코드
    - `onetime` string, required — 1회 출금 한도 (deprecated)
    - `daily` string, nullable, required — 1일 출금 한도 (deprecated)
    - `remaining_daily` string, required — 1일 잔여 출금 한도 (deprecated)
    - `remaining_daily_fiat` string, required — 통합 1일 잔여 출금 한도
    - `fiat_currency` string, required — 기준 법정 통화
    - `minimum` string — 최소 출금 금액 또는 수량
    - `fixed` integer — 출금 금액/수량 소수점 자리 수
    - `withdraw_delayed_fiat` string — 출금 지연 제도로 인해 출금이 제한된 금액
    - `can_withdraw` boolean — 출금 지원 여부 * 현재 출금 '가능'여부를 확인하시고 싶은 경우 currency.wallet_support에 'withdraw'의 존재 여부로 확인하실 수 있습니다.
    - `remaining_daily_krw` string — 통합 1일 잔여 출금 한도 (KRW 기준) (deprecated)

## Other responses

- `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/versions/b8bd8b9ed3b5/schema)
