}
private static void raw(CryptoTradeTradeServiceRaw tradeService) throws IOException, InterruptedException {
CryptoTradeHistoryQueryParams params = CryptoTradeHistoryQueryParams.getQueryParamsBuilder().withCount(3).build();
CryptoTradeTrades tradeHistory = tradeService.getCryptoTradeTradeHistory(params);
System.out.println(tradeHistory);
Thread.sleep(4000);