// Interested in the private account functionality (authentication)
BTCEAccountServiceRaw accountService = (BTCEAccountServiceRaw) exchange.getPollingAccountService();
// Get the account information
BTCEAccountInfo accountInfo = accountService.getBTCEAccountInfo(null, null, null, null, null, null, null);
System.out.println("BTCE AccountInfo as String: " + accountInfo.toString());
}