mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-11-30 09:03:05 +00:00
Add rudimentary description per pairlist
This commit is contained in:
@@ -404,6 +404,7 @@ class StrategyListResponse(BaseModel):
|
||||
|
||||
class PairListResponse(BaseModel):
|
||||
name: str
|
||||
description: str
|
||||
is_pairlist_generator: bool
|
||||
params: Dict[str, Any]
|
||||
|
||||
@@ -418,10 +419,6 @@ class PairListsPayload(BaseModel):
|
||||
stake_currency: str
|
||||
|
||||
|
||||
class PairListsTest(BaseModel):
|
||||
pairlists: List[PairListResponse]
|
||||
|
||||
|
||||
class FreqAIModelListResponse(BaseModel):
|
||||
freqaimodels: List[str]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user