We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbd74df commit 4bb1614Copy full SHA for 4bb1614
upbit/models.py
@@ -714,6 +714,11 @@ def Withdraw_krw(self, **kwargs) -> dict:
714
715
:param amount: 출금 원화 수량
716
:type amount: str
717
+
718
+ :param two_factor_type: 2차 인증 수단 (optional)
719
+ - kakao_pay: 카카오페이 인증 (default)
720
+ - naver: 네이버 인증
721
+ :type two_factor_type: str
722
"""
723
724
future = self.__client.Withdraw.Withdraw_krw(**kwargs)
upbit/pkginfo.py
@@ -29,7 +29,7 @@ def _get_versions(package_name):
29
PACKAGE_NAME = "upbit-client"
30
31
OPEN_API_VERSION = "1.3.4"
32
-CURRENT_VERSION = OPEN_API_VERSION+".0"
+CURRENT_VERSION = OPEN_API_VERSION+".1"
33
34
RELEASED_VERSION = _get_versions(PACKAGE_NAME)
35
LATEST_VERSION = RELEASED_VERSION[0]
0 commit comments