Add show_config endpoint

This commit is contained in:
Matthias
2019-11-17 14:56:08 +01:00
parent 841c379797
commit 2c976bdd24
4 changed files with 49 additions and 0 deletions

View File

@@ -147,6 +147,13 @@ class FtRestClient():
"""
return self._get("version")
def show_config(self):
"""
Returns part of the configuration, relevant for trading operations.
:return: json object containing the version
"""
return self._get("show_config")
def whitelist(self):
"""
Show the current whitelist