From e0df17ef336934edb8092a874010bf0bbcad896a Mon Sep 17 00:00:00 2001 From: Matthias Date: Sun, 10 May 2026 15:07:58 +0200 Subject: [PATCH] chore: take some endpoints out of alpha --- docs/rest-api.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/rest-api.md b/docs/rest-api.md index 0ace2e7b4..032f2182f 100644 --- a/docs/rest-api.md +++ b/docs/rest-api.md @@ -202,20 +202,20 @@ All endpoints in the below table need to be prefixed with the base URL of the AP | `/blacklist` | GET | Show the current blacklist. | `/blacklist` | POST | Adds the specified pair to the blacklist.
*Params:*
- `blacklist` (`str`) | `/blacklist` | DELETE | Deletes the specified list of pairs from the blacklist.
*Params:*
- `[pair,pair]` (`list[str]`) -| `/pair_candles` | GET | Returns dataframe for a pair / timeframe combination while the bot is running. **Alpha** -| `/pair_candles` | POST | Returns dataframe for a pair / timeframe combination while the bot is running, filtered by a provided list of columns to return. **Alpha**
*Params:*
- `` (`list[str]`) -| `/pair_history` | GET | Returns an analyzed dataframe for a given timerange, analyzed by a given strategy. **Alpha** -| `/pair_history` | POST | Returns an analyzed dataframe for a given timerange, analyzed by a given strategy, filtered by a provided list of columns to return. **Alpha**
*Params:*
- `` (`list[str]`) -| `/plot_config` | GET | Get plot config from the strategy (or nothing if not configured). **Alpha** -| `/strategies` | GET | List strategies in strategy directory. **Alpha** -| `/strategy/` | GET | Get specific Strategy content by strategy class name. **Alpha**
*Params:*
- `` (`str`) -| `/available_pairs` | GET | List available backtest data. **Alpha** +| `/pair_candles` | GET | Returns dataframe for a pair / timeframe combination while the bot is running. +| `/pair_candles` | POST | Returns dataframe for a pair / timeframe combination while the bot is running, filtered by a provided list of columns to return.
*Params:*
- `` (`list[str]`) +| `/pair_history` | GET | Returns an analyzed dataframe for a given timerange, analyzed by a given strategy. +| `/pair_history` | POST | Returns an analyzed dataframe for a given timerange, analyzed by a given strategy, filtered by a provided list of columns to return.
*Params:*
- `` (`list[str]`) +| `/plot_config` | GET | Get plot config from the strategy (or nothing if not configured). +| `/strategies` | GET | List strategies in strategy directory. +| `/strategy/` | GET | Get specific Strategy content by strategy class name.
*Params:*
- `` (`str`) +| `/available_pairs` | GET | List available backtest data. | `/version` | GET | Show version. | `/sysinfo` | GET | Show information about the system load. | `/health` | GET | Show bot health (last bot loop). !!! Warning "Alpha status" - Endpoints labeled with *Alpha status* above may change at any time without notice. + Endpoints labeled with *Alpha status* or *Beta status* above may change at any time without notice. ### Message WebSocket