return handleResponse(cryptoTradeTicker);
}
public Map<CurrencyPair, CryptoTradeTicker> getCryptoTradeTickers() throws CryptoTradeException, IOException {
CryptoTradeTickers cryptoTradeTickers = cryptoTradeProxy.getTickers();
return handleResponse(cryptoTradeTickers).getTickers();
}