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 271 XChange issues
Sort by recently updated
recently updated
newest added

Bumps `version.junit` from 5.10.3 to 5.12.1. Updates `org.junit.jupiter:junit-jupiter-engine` from 5.10.3 to 5.12.1 Release notes Sourced from org.junit.jupiter:junit-jupiter-engine's releases. JUnit 5.12.1 = Platform 1.12.1 + Jupiter 5.12.1 + Vintage 5.12.1 See...

dependencies
java

Bumps [com.auth0:java-jwt](https://github.com/auth0/java-jwt) from 4.4.0 to 4.5.0. Release notes Sourced from com.auth0:java-jwt's releases. 4.5.0 Added Upgraded Plugin #711 (tanya732) Fix jackson vuln #705 (tanya732) Fix typo in example code #682 (kasperkarlsson)...

dependencies
java

Now it throws `NotYetImplementedForExchangeException("getFundingHistory")`

Now it throws `NotYetImplementedForExchangeException("getFundingHistory")`

Hi all, I have the Bitstamp example but when I try and stream nothing happens. The ticker works fine. I tried adding my keys but still nothing. How do I...

as we can see , there is nothing implemented in OkexTradeService, wish new version will suport it default String placeStopOrder(StopOrder stopOrder) throws IOException { throw new NotYetImplementedForExchangeException("placeStopOrder"); }

Seeing two types of flakiness that this PR attempts to address: JSON String Equality assertions, and JSON property ordering flakiness. **Solution:** Firstly, across the XChange test suite, there are several...

this PR fixes tests related to rate limiter failures and runs formatting on xchange-bybit

Currently the central key point of the XChange API is the CurrencyPair, which is passed as parameter for almost all methods. This works fine so far for spot markets. But...

Kraken is nowadays using values for channelIDs that are exceeding the INT range: ` 2024-11-07T20:45:40.271Z ERROR 3823345 --- [nioEventLoopGroup-2-1] i.b.x.kraken.KrakenStreamingService : Error reading message: Numeric value (6184774270989) out of range...