v1

latestOpenAPI 3.1.02026-07-26420360.1 KB

입출금 현황

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

get/status/wallet

Headers

Authorizationstring required

Authorization token (JWT)

Response

200

currencystring

화폐 심볼

예시) BTC

wallet_statestring

입출금 상태

  • working: 입출금 가능
  • withdraw_only: 출금만 가능
  • deposit_only: 입금만 가능
  • paused: 입출금 중단
block_statestring

블록 상태

  • normal: 정상
  • delayed: 지연
  • inactive: 비활성 (점검 등)
block_heightinteger

블록 높이

block_updated_atstring

블록 갱신 시각

block_elapsed_minutesinteger

블록 정보 최종 갱신 후 경과 시간(분)

net_typestring

입출금 관련 요청 시 지정해야 할 네트워크 타입

network_namestring

입출금 네트워크 이름

Example response

[
  {
    "currency": "BTC",
    "wallet_state": "working",
    "block_state": "normal",
    "block_height": 852086,
    "block_updated_at": "2024-07-14T13:43:57+09:00",
    "block_elapsed_minutes": 2,
    "net_type": "BTC",
    "network_name": "Bitcoin"
  }
]