Interface IDEXHistoricalProfitLoss

interface IDEXHistoricalProfitLoss {
    equity: string;
    totalPnL: string;
    netDepositsWithdrawals: string;
    time: number;
}

Properties

equity: string

Total account value

totalPnL: string

Total PnL for account since first deposit

netDepositsWithdrawals: string

Net quantity deposited and withdrawn since the last data point in quote terms

time: number

The timestamp indicating when the item was created.