mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-11-30 09:03:05 +00:00
Add /pairlists endpoint to api
This commit is contained in:
@@ -389,6 +389,10 @@ class StrategyListResponse(BaseModel):
|
||||
strategies: List[str]
|
||||
|
||||
|
||||
class PairListResponse(BaseModel):
|
||||
pairlists: List[Dict[str, Any]]
|
||||
|
||||
|
||||
class FreqAIModelListResponse(BaseModel):
|
||||
freqaimodels: List[str]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user