GetClientsStatistics

Retrieves statistics for clients' wallets.

Client Authoritative (default)

public static VyTask<VyClientStatisticsDto> GetClientsStatistics(VyQuery_GetClientsStatistics query = null)

Path Parameters

query [optional]

Optional query parameters for filtering the results.

Returns

VyTask<VyClientStatisticsDto> An asynchronous task that returns the statistics for clients' wallets as a VyClientStatisticsDto object.

Last updated