From 88e818926ad539634d197db5452c719240b26e45 Mon Sep 17 00:00:00 2001 From: Stefano Ariestasia Date: Mon, 27 Nov 2023 10:57:50 +0900 Subject: [PATCH] fix typo on API docs --- docs/rest-api.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/rest-api.md b/docs/rest-api.md index ff111c2ce..229fa5f94 100644 --- a/docs/rest-api.md +++ b/docs/rest-api.md @@ -134,9 +134,9 @@ python3 scripts/rest_client.py --config rest_config.json [optional par | `reload_config` | Reloads the configuration file. | `trades` | List last trades. Limited to 500 trades per call. | `trade/` | Get specific trade. -| `trade/` | DELETE - Remove trade from the database. Tries to close open orders. Requires manual handling of this trade on the exchange. -| `trade//open-order` | DELETE - Cancel open order for this trade. -| `trade//reload` | GET - Reload a trade from the Exchange. Only works in live, and can potentially help recover a trade that was manually sold on the exchange. +| `trades/` | DELETE - Remove trade from the database. Tries to close open orders. Requires manual handling of this trade on the exchange. +| `trades//open-order` | DELETE - Cancel open order for this trade. +| `trades//reload` | GET - Reload a trade from the Exchange. Only works in live, and can potentially help recover a trade that was manually sold on the exchange. | `show_config` | Shows part of the current configuration with relevant settings to operation. | `logs` | Shows last log messages. | `status` | Lists all open trades.