login history + balance available

This commit is contained in:
itsdeka
2023-02-08 12:39:51 +01:00
committed by Davide Casale
parent 15a2e41e43
commit 48583786f7
4 changed files with 40 additions and 0 deletions

View File

@@ -19,6 +19,11 @@ def log_user_info():
print(user_info)
def log_login_history():
login_history = bfx.rest.auth.get_login_history()
print(login_history)
def log_wallets():
wallets = bfx.rest.auth.get_wallets()
print("Wallets:")