From e72b6a440ba6a1c76562cb13e2a44e3b372d68f0 Mon Sep 17 00:00:00 2001 From: "Paul D. Mendes" Date: Thu, 10 Oct 2019 20:37:25 +0000 Subject: [PATCH] Updated Rest API Docs --- docs/rest-api.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/rest-api.md b/docs/rest-api.md index afecc1d80..efcacc8a1 100644 --- a/docs/rest-api.md +++ b/docs/rest-api.md @@ -100,7 +100,6 @@ python3 scripts/rest_client.py --config rest_config.json [optional par | `stopbuy` | | Stops the trader from opening new trades. Gracefully closes open trades according to their rules. | `reload_conf` | | Reloads the configuration file | `status` | | Lists all open trades -| `status table` | | List all open trades in a table format | `count` | | Displays number of trades used and available | `profit` | | Display a summary of your profit/loss from close trades and some stats about your performance | `forcesell ` | | Instantly sells the given trade (Ignoring `minimum_roi`).