*
* @return CryptsyAccountInfo DTO
*/
public CryptsyGenericReturn<String> getWalletStatus() throws IOException, ExchangeException {
throw new NotAvailableFromExchangeException();
// return cryptsy.getwalletstatus(apiKey, signatureCreator, nextNonce());
}