Add new trade endpoint to docs

This commit is contained in:
Mads Sørensen 2021-04-05 19:32:55 +02:00
parent c176e277f1
commit ddba0d688e
1 changed files with 5 additions and 0 deletions

View File

@ -125,6 +125,7 @@ python3 scripts/rest_client.py --config rest_config.json <command> [optional par
| `stopbuy` | Stops the trader from opening new trades. Gracefully closes open trades according to their rules.
| `reload_config` | Reloads the configuration file.
| `trades` | List last trades.
| `trade/<tradeid>` | Get specific trade.
| `delete_trade <trade_id>` | Remove trade from the database. Tries to close open orders. Requires manual handling of this trade on the exchange.
| `show_config` | Shows part of the current configuration with relevant settings to operation.
| `logs` | Shows last log messages.
@ -275,6 +276,10 @@ trades
: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.