diff --git a/scripts/rest_client.py b/scripts/rest_client.py index 196542780..3c9050f43 100755 --- a/scripts/rest_client.py +++ b/scripts/rest_client.py @@ -313,6 +313,13 @@ class FtRestClient(): """ return self._get(f"strategy/{strategy}") + def pairlists(self): + """Lists available pairlists + + :return: json object + """ + return self._get("pairlists") + def plot_config(self): """Return plot configuration if the strategy defines one.