System.out.println(accountInfo);
String depositAddr = genericAccountService.requestDepositAddress(Currencies.LTC);
System.out.println("LTC deposit address: " + depositAddr);
String txid = genericAccountService.withdrawFunds("BTC", new BigDecimal("0.001"), "1Fpx2Q6J8TX3PZffgEBTpWSHG37FQBgqKB");
System.out.println("See the withdrawal transaction: http://blockchain.info/tx-index/" + txid);
}
private static void raw(Exchange justcoinExchange) throws IOException {