diff --git a/scripts/rest_client.py b/scripts/rest_client.py index ea3ed6edc..f9c9858ed 100755 --- a/scripts/rest_client.py +++ b/scripts/rest_client.py @@ -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.