add /pairlists to rest client
This commit is contained in:
@@ -313,6 +313,13 @@ class FtRestClient():
|
|||||||
"""
|
"""
|
||||||
return self._get(f"strategy/{strategy}")
|
return self._get(f"strategy/{strategy}")
|
||||||
|
|
||||||
|
def pairlists(self):
|
||||||
|
"""Lists available pairlists
|
||||||
|
|
||||||
|
:return: json object
|
||||||
|
"""
|
||||||
|
return self._get("pairlists")
|
||||||
|
|
||||||
def plot_config(self):
|
def plot_config(self):
|
||||||
"""Return plot configuration if the strategy defines one.
|
"""Return plot configuration if the strategy defines one.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user