From 9ef814689e184f2425d51221107aae8d5fcac36d Mon Sep 17 00:00:00 2001 From: Matthias Date: Sun, 11 Jun 2023 08:18:01 +0200 Subject: [PATCH] Update endpoint in rest-client --- scripts/rest_client.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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.