Provide available capital to api

This commit is contained in:
Matthias
2021-07-14 20:51:42 +02:00
parent 288c92301f
commit f5c47767cb
2 changed files with 2 additions and 0 deletions

View File

@@ -115,6 +115,7 @@ class ShowConfig(BaseModel):
dry_run: bool
stake_currency: str
stake_amount: Union[float, str]
available_capital: Optional[float]
stake_currency_decimals: int
max_open_trades: int
minimal_roi: Dict[str, Any]