mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-01 01:23:04 +00:00
Add "is_bot_managed" flag to API
This commit is contained in:
@@ -43,6 +43,7 @@ class Balance(BaseModel):
|
||||
leverage: float
|
||||
is_position: bool
|
||||
position: float
|
||||
is_bot_managed: bool
|
||||
|
||||
|
||||
class Balances(BaseModel):
|
||||
|
||||
Reference in New Issue
Block a user