---
title: "입출금 현황"
method: GET
path: "/status/wallet"
---

# 입출금 현황

`GET /status/wallet`

입출금 현황과 블록 상태를 조회합니다.

## Headers

- `Authorization` string, required

## Response `200`

200

- object[]
  - `currency` string — 화폐 심볼 예시) BTC
  - `wallet_state` string — 입출금 상태 - `working`: 입출금 가능 - `withdraw_only`: 출금만 가능 - `deposit_only`: 입금만 가능 - `paused`: 입출금 중단
  - `block_state` string — 블록 상태 - `normal`: 정상 - `delayed`: 지연 - `inactive`: 비활성 (점검 등)
  - `block_height` integer — 블록 높이
  - `block_updated_at` string — 블록 갱신 시각
  - `block_elapsed_minutes` integer — 블록 정보 최종 갱신 후 경과 시간(분)
  - `net_type` string — 입출금 관련 요청 시 지정해야 할 네트워크 타입
  - `network_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)
