show max_stake_amount in API

This commit is contained in:
Matthias
2022-12-27 13:46:27 +01:00
parent 55001bf321
commit cb66663fd2
5 changed files with 7 additions and 0 deletions

View File

@@ -1359,6 +1359,7 @@ def test_to_json(fee):
'amount': 123.0,
'amount_requested': 123.0,
'stake_amount': 0.001,
'max_stake_amount': None,
'trade_duration': None,
'trade_duration_s': None,
'realized_profit': 0.0,
@@ -1427,6 +1428,7 @@ def test_to_json(fee):
'amount': 100.0,
'amount_requested': 101.0,
'stake_amount': 0.001,
'max_stake_amount': None,
'trade_duration': 60,
'trade_duration_s': 3600,
'stop_loss_abs': None,