Update balance tracking
This commit is contained in:
@@ -4588,13 +4588,16 @@ export enum SortableFields {
|
||||
}
|
||||
|
||||
export interface AgentBalanceHistory {
|
||||
userId?: number;
|
||||
agentName?: string | null;
|
||||
agentBalances?: AgentBalance[] | null;
|
||||
}
|
||||
|
||||
export interface AgentBalance {
|
||||
agentName?: string | null;
|
||||
userId?: number;
|
||||
totalBalanceValue?: number;
|
||||
usdcWalletValue?: number;
|
||||
usdcInPositionsValue?: number;
|
||||
botsAllocationUsdValue?: number;
|
||||
pnL?: number;
|
||||
time?: Date;
|
||||
|
||||
Reference in New Issue
Block a user