Rename rest-client script history to trades
This commit is contained in:
@@ -156,7 +156,7 @@ class FtRestClient():
|
||||
"""
|
||||
return self._get("show_config")
|
||||
|
||||
def history(self, limit=None):
|
||||
def trades(self, limit=None):
|
||||
"""Return trades history.
|
||||
|
||||
:param limit: Limits trades to the X last trades. No limit to get all the trades.
|
||||
|
Reference in New Issue
Block a user