mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-11-29 16:43:06 +00:00
Add rest endpoint for /locks
This commit is contained in:
@@ -111,6 +111,13 @@ class FtRestClient():
|
||||
"""
|
||||
return self._get("count")
|
||||
|
||||
def locks(self):
|
||||
"""Return current locks
|
||||
|
||||
:return: json object
|
||||
"""
|
||||
return self._get("locks")
|
||||
|
||||
def daily(self, days=None):
|
||||
"""Return the amount of open trades.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user