API documentation
interface
InvestmentChartResponse
export interface InvestmentChartResponse {
series: InvestmentChartSeries[];
accountTransactions: InvestmentChartAccountTransaction[];
tradeTransactions: InvestmentChartTradeTransaction[];
totals: InvestmentChartTotals;
}