Skip to content

Commit 3f2aeac

Browse files
committed
docs: get_withdraw_chance 메서드 응답값 예시 업데이트
1 parent 87a25b0 commit 3f2aeac

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

upbit/upbit.py

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -940,7 +940,7 @@ def get_withdraw_chance(self,
940940
"email_verified": true,
941941
"identity_auth_verified": true,
942942
"bank_account_verified": true,
943-
"kakao_pay_auth_verified": false,
943+
"two_factor_auth_verified": true,
944944
"locked": false,
945945
"wallet_locked": false
946946
},
@@ -964,13 +964,16 @@ def get_withdraw_chance(self,
964964
},
965965
"withdraw_limit": {
966966
"currency": "BTC",
967-
"minimum": null,
967+
"minimum": "0.001",
968968
"onetime": null,
969969
"daily": "10.0",
970970
"remaining_daily": "10.0",
971971
"remaining_daily_krw": "0.0",
972-
"fixed": null,
973-
"can_withdraw": true
972+
"remaining_daily_fiat": "0.0",
973+
"fiat_currency": "KRW",
974+
"withdraw_delayed_fiat": "0.0",
975+
"fixed": 8,
976+
"can_withdraw": true,
974977
}
975978
}
976979
"""

0 commit comments

Comments
 (0)