Expose default currency precision to API

This commit is contained in:
Matthias
2021-06-26 20:46:54 +02:00
parent 00a7097b9e
commit 34448fb87c
2 changed files with 3 additions and 1 deletions

View File

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