v1
latestOpenAPI 3.1.02026-07-26420360.1 KB입출금 현황
입출금 현황과 블록 상태를 조회합니다.
get/status/wallet
Headers
Authorizationstring required
Authorization token (JWT)
Response
200
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"
}
]