잔액 소진 알림
작성일 2026.03.11 | 수정일 2026.03.11
GET
/cash/v1/balance/alert현재 계정의 잔액 소진 알림 설정 정보를 조회합니다.
Response
Structure
Response
{
"notificationBalance": "0",
"currentBalance": null,
"balances": [
1000,
5000,
10000
],
"channels": [
"SMS",
"EMAIL"
],
"enabled": true
}