Add agent fees
This commit is contained in:
@@ -47,6 +47,11 @@ namespace Managing.Api.Models.Responses
|
||||
/// Total balance including USDC and open position values (without leverage, including PnL)
|
||||
/// </summary>
|
||||
public decimal TotalBalance { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Total fees paid by this agent across all positions
|
||||
/// </summary>
|
||||
public decimal TotalFees { get; set; }
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user