}
public HitbtcBalanceResponse getAccountBaseInfoRaw() throws ExchangeException, NotAvailableFromExchangeException, NotYetImplementedForExchangeException, IOException {
try {
HitbtcBalanceResponse hitbtcBalanceResponse = hitbtc.getHitbtcBalance(signatureCreator, valueFactory, apiKey);
return hitbtcBalanceResponse;
} catch (HitbtcException e) {
throw new ExchangeException(e.getMessage());
}
}