mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2025-12-19 06:44:22 +01:00
Add get_funding_loans and get_funding_loans_history endpoints to _RestAuthenticatedEndpoints.py.
This commit is contained in:
@@ -69,7 +69,7 @@ def log_funding_loans():
|
||||
|
||||
|
||||
def log_funding_loans_history():
|
||||
loans = bfx.rest.auth.get_funding_loan_history(symbol='fUSD', start=0, end=now)
|
||||
loans = bfx.rest.auth.get_funding_loans_history(symbol='fUSD', start=0, end=now)
|
||||
print("Funding loan history:")
|
||||
[print(l) for l in loans]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user