mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
Rename rest-client script history to trades
This commit is contained in:
parent
296c616ce7
commit
492c2799dc
|
@ -156,7 +156,7 @@ class FtRestClient():
|
||||||
"""
|
"""
|
||||||
return self._get("show_config")
|
return self._get("show_config")
|
||||||
|
|
||||||
def history(self, limit=None):
|
def trades(self, limit=None):
|
||||||
"""Return trades history.
|
"""Return trades history.
|
||||||
|
|
||||||
:param limit: Limits trades to the X last trades. No limit to get all the trades.
|
:param limit: Limits trades to the X last trades. No limit to get all the trades.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user