XChange icon indicating copy to clipboard operation
XChange copied to clipboard

XChange is a Java library providing a streamlined API for interacting with 60+ Bitcoin and Altcoin exchanges providing a consistent interface for trading and accessing market data.

Results 241 XChange issues
Sort by recently updated
recently updated
newest added

Bumps [maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.3.2 to 3.4.1. Release notes Sourced from maven-javadoc-plugin's releases. 3.4.1 [MJAVADOC-723] - Upgrade Maven Reporting API to 3.1.1/Complete with Maven Reporting Impl 3.2.0 (#158) @​pzygielo Skip Java...

dependencies

Bumps [mockito-core](https://github.com/mockito/mockito) from 3.12.4 to 4.7.0. Release notes Sourced from mockito-core's releases. v4.7.0 Changelog generated by Shipkit Changelog Gradle Plugin 4.7.0 2022-08-13 - 33 commit(s) by 198812345678, Andy Coates, Chen...

dependencies

In HuobiAdapters, the line BigDecimal transactFeeWithdraw = new BigDecimal(huobiCurrency.getTransactFeeWithdraw()); leads to a nullpointer, since transactFeeWithdraw may be null. Huobi's API documentation says: "Withdraw fee in each request (only applicable to...

Poloniex deployed a new trading system and with it looks like they changed part of their legacy API. The changes done on returnChartData are breaking the integration for obtaining ohlcv...

Subscribing to Trades Stream (xchange-stream-poloniex2) does no longer work: No data is received. Although no exception occures during connect and subscription, some exceptions are thrown afterwards (not yet investigated deeper,...

From 5.0.12 the default interface implementation of MarketDataService::getTicker(Instrument ...) has changed like this (left : master, right 5.0.11) : ![image](https://user-images.githubusercontent.com/1716878/183704889-e8ae3088-85dd-43f8-88fa-ba5a8e961124.png) So, if you use the Bitstamp exchange from 5.0.12 and...