---
title: "개별 출금 조회"
method: GET
path: "/withdraw"
---

# 개별 출금 조회

`GET /withdraw`

개별 출금 내역을 조회합니다.

## Query parameters

- `currency` string, required
- `uuid` string
- `txid` string

## Headers

- `Authorization` string, required

## Response `200`

200

- object
  - `type` string — 입출금 종류
  - `uuid` string — 출금의 고유 ID
  - `currency` string — 화폐 심볼 예시) BTC
  - `net_type` string — 출금 네트워크
  - `txid` string — 출금의 트랜잭션 ID
  - `state` 'PROCESSING' | 'DONE' | 'CANCELLED' — 출금 상태 - `PROCESSING`: 처리 중 - `DONE`: 완료 - `CANCELLED`: 취소됨
  - `created_at` string, date-time — 출금 생성 시각
  - `done_at` string, date-time — 출금 완료 시각
  - `amount` string — 출금 금액/수량
  - `fee` string — 출금 수수료
  - `transaction_type` string — 출금 유형 - `default`: 일반출금

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