File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff 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 """
You can’t perform that action at this time.
0 commit comments