getBalancesHistory method
Implementation
Future<Map> getBalancesHistory(
String token,
String? currencyCode,
String? fromPostAt,
String? pageNumber,
String? pageSize,
String? requestId,
String? toPostAt) {
throw UnimplementedError("Get Balances History has not been implemented");
}