mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
Add alpha to endpoint documentation
This commit is contained in:
parent
816c8295f1
commit
a3d0889dab
|
@ -129,13 +129,16 @@ python3 scripts/rest_client.py --config rest_config.json <command> [optional par
|
||||||
| `whitelist` | Show the current whitelist
|
| `whitelist` | Show the current whitelist
|
||||||
| `blacklist [pair]` | Show the current blacklist, or adds a pair to the blacklist.
|
| `blacklist [pair]` | Show the current blacklist, or adds a pair to the blacklist.
|
||||||
| `edge` | Show validated pairs by Edge if it is enabled.
|
| `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_candles` | Returns dataframe for a pair / timeframe combination while the bot is running. **Alpha**
|
||||||
| `pair_history` | Returns an analyzed dataframe for a given timerange, analyzed by a given strategy.
|
| `pair_history` | Returns an analyzed dataframe for a given timerange, analyzed by a given strategy. **Alpha**
|
||||||
| `plot_config` | Get plot config from the strategy (or nothing if not configured).
|
| `plot_config` | Get plot config from the strategy (or nothing if not configured). **Alpha**
|
||||||
| `strategies` | List strategies in strategy directory.
|
| `strategies` | List strategies in strategy directory. **Alpha**
|
||||||
| `available_pairs` | List available backtest data.
|
| `available_pairs` | List available backtest data. **Alpha**
|
||||||
| `version` | Show version
|
| `version` | Show version
|
||||||
|
|
||||||
|
!!! Warning "Alpha status"
|
||||||
|
Endpoints labeled with *Alpha status* above may change at any time without notice.
|
||||||
|
|
||||||
Possible commands can be listed from the rest-client script using the `help` command.
|
Possible commands can be listed from the rest-client script using the `help` command.
|
||||||
|
|
||||||
``` bash
|
``` bash
|
||||||
|
|
Loading…
Reference in New Issue
Block a user