interfaceWalletChartResponse
export interface WalletChartResponse {
series: WalletChartSeries[];
accountTransactions: WalletChartAccountTransaction[];
totals: WalletChartTotals;
}/wallet/chart/{param}type
string
period
number
id
number
isPublicAccountId
boolean
includeTransactions
boolean
Promise<WalletChartResponse>
export interface WalletChartResponse {
series: WalletChartSeries[];
accountTransactions: WalletChartAccountTransaction[];
totals: WalletChartTotals;
}GET /wallet/chart/{param}
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.