Add new endpoints to the documentation
This commit is contained in:
@@ -104,7 +104,7 @@ By default, the script assumes `127.0.0.1` (localhost) and port `8080` to be use
|
||||
python3 scripts/rest_client.py --config rest_config.json <command> [optional parameters]
|
||||
```
|
||||
|
||||
## Available commands
|
||||
## Available endpoints
|
||||
|
||||
| Command | Description |
|
||||
|----------|-------------|
|
||||
@@ -129,6 +129,11 @@ python3 scripts/rest_client.py --config rest_config.json <command> [optional par
|
||||
| `whitelist` | Show the current whitelist
|
||||
| `blacklist [pair]` | Show the current blacklist, or adds a pair to the blacklist.
|
||||
| `edge` | Show validated pairs by Edge if it is enabled.
|
||||
| `pair_candles` | Returns dataframe for a pair / timeframe combination while the bot is running.
|
||||
| `pair_history` | Returns an analyzed dataframe for a given timerange, analyzed by a given strategy.
|
||||
| `plot_config` | Get plot config from the strategy (or nothing if not configured).
|
||||
| `strategies` | List strategies in strategy directory.
|
||||
| `available_pairs` | List available backtest data.
|
||||
| `version` | Show version
|
||||
|
||||
Possible commands can be listed from the rest-client script using the `help` command.
|
||||
|
Reference in New Issue
Block a user