mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-01-20 05:50:36 +00:00
Update endpoint in rest-client
This commit is contained in:
@@ -314,12 +314,12 @@ class FtRestClient():
|
||||
"""
|
||||
return self._get(f"strategy/{strategy}")
|
||||
|
||||
def pairlists(self):
|
||||
"""Lists available pairlists
|
||||
def pairlists_available(self):
|
||||
"""Lists available pairlist providers
|
||||
|
||||
:return: json object
|
||||
"""
|
||||
return self._get("pairlists")
|
||||
return self._get("pairlists/available")
|
||||
|
||||
def plot_config(self):
|
||||
"""Return plot configuration if the strategy defines one.
|
||||
|
||||
Reference in New Issue
Block a user