mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-03 10:33:08 +00:00
Merge pull request #6423 from samgermain/wallet-amt
Futures wallet amount
This commit is contained in:
@@ -453,6 +453,10 @@ def test_api_balance(botclient, mocker, rpc_balance, tickers):
|
||||
'used': 0.0,
|
||||
'est_stake': 12.0,
|
||||
'stake': 'BTC',
|
||||
'is_position': False,
|
||||
'leverage': 1.0,
|
||||
'position': 0.0,
|
||||
'side': 'long',
|
||||
}
|
||||
assert 'starting_capital' in response
|
||||
assert 'starting_capital_fiat' in response
|
||||
|
||||
Reference in New Issue
Block a user