add /trade endpoint to rest_client script

This commit is contained in:
Matthias
2021-04-16 19:42:13 +02:00
parent aeb81f90ff
commit 5c579613e1
2 changed files with 18 additions and 6 deletions

View File

@@ -235,6 +235,9 @@ pair_history
performance
Return the performance of the different coins.
ping
simple ping
plot_config
Return plot configuration if the strategy defines one.
@@ -271,15 +274,16 @@ strategy
:param strategy: Strategy class name
trade
Return specific trade
:param trade_id: Specify which trade to get.
trades
Return trades history.
:param limit: Limits trades to the X last trades. No limit to get all the trades.
trade
Return specific trade.
:param tradeid: Specify which trade to get.
version
Return the version of the bot.