GetClientsStatistics
Retrieves statistics for clients' wallets.
public static VyTask<VyClientStatisticsDto> GetClientsStatistics(VyQuery_GetClientsStatistics query = null)
Path Parameters
Returns
VyTask<VyClientStatisticsDto> An asynchronous task that returns the statistics for clients' wallets as a VyClientStatisticsDto object.
Last updated