---
title: "개별 입금 조회"
method: GET
path: "/deposit"
---

# 개별 입금 조회

`GET /deposit`

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

## 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` string — 입금 상태
  - `created_at` string — 입금 생성 시각
  - `done_at` string — 입금 완료 시각
  - `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)
