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

I noticed a lot of okx requests get rejected with invaild sign when submitting multiple requests at same time. ```2023-10-15 09:27:46.33 [pool-18-thread-7] DEBUG si.mazi.rescu.HttpTemplate - Executing POST request at https://www.okx.com/api/v5/trade/cancel-order...

When you use XChange in a Spring Boot 3.1.x project you'll encounter problem with the deserialisation if IOrderFlags. An easy way to reproduce it is to simply upgrade to 2.15.2...

Hi, the getOpenPositions for coin based positions will display in the notional amoutns i.e. number of contracts * multiplier but for the usdt based positions it will display contracts. I...

BinanceUsStreamExchange can't inherit from BinanceStreamExchange becaus there is no way of telling that it should use the BinanceUs Base Class

Currently the remoteInit for okx only loads the spot and swap products, I propose we add the futures products, so that functions like getOpenPostions will work when they do things...

[BinanceAccountService:97](https://github.com/knowm/XChange/blob/develop/xchange-binance/src/main/java/org/knowm/xchange/binance/service/BinanceAccountService.java#L97) ```java if(exchange.usingSandbox()){ ... } else { BinanceFutureAccountInformation futureAccountInformation = futuresAccount(); ... } ```

Hello, I'm new here in the community, but I have already been using the xchange framework for a couple of years. Thank you for this great and smart framework. Now,...

As far as I can see, the `jakarta.ws.rs-api` is pulled transitively via `com.github.mmazi:rescu`. Once a `com.github.mmazi:rescu` release compatible with jakarta.ws.rs-api 3.x is available, XChange should be adjusted as well. This...