mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2026-01-06 07:24:19 +01:00
login history + balance available
This commit is contained in:
@@ -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:")
|
||||
|
||||
Reference in New Issue
Block a user