interfaceStatisticItem
export interface StatisticItem {
dateTime: Date;
totalValue: number;
longValue: number;
shortValue: number;
name: string;
type: number;
portfolioId: number;
typeId: number;
format: string;
}/wallet/portfolio-statisticsid
number
Promise<StatisticItem[]>
export interface StatisticItem {
dateTime: Date;
totalValue: number;
longValue: number;
shortValue: number;
name: string;
type: number;
portfolioId: number;
typeId: number;
format: string;
}GET /wallet/portfolio-statistics
We use essential cookies to make this site work. With your consent, we may also use non-essential cookies for analytics and marketing. You can change your choices at any time.
See our Privacy Policy and Cookie Policy.