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

Any idea why I am getting the following error? I have checked the API keys and everything works when I try the binance.us api directly and get the trades. org.knowm.xchange.binance.dto.BinanceException:...

After upgrading to ```xml org.knowm.xchange xchange-core 5.1.0 ``` however, when downgrading to 5.1.0, xchange can no longer connect to Binance with the exception: ``` org.knowm.xchange.binance.dto.BinanceException: Invalid API-key, IP, or permissions...

Hello, This repository is listed on the [Awesome Bitcoin](https://raw.githubusercontent.com/igorbarinov/awesome-bitcoin/master/README.md) list, which is a collection of useful Bitcoin projects. However, it seems that the 'bitcoin' topic is missing from this repository's...

When calling `org.knowm.xchange.binance.service.BinanceTradeService.getOrder` via the same `BinanceTradeService` instance from multiple treads, it periodically returns stale data as the `getOrder` method is not hitting the rest api, so there must be...

Hi @makarid, I've found out after upgrade to xchange 5.1.0 that your Futures changes in following PR broke xchange for some users https://github.com/knowm/XChange/pull/4614 I'm in contact with couple of people...

Hello, Xchange is returning Kucoin trades with null id : ` Trade{ type=BID, originalAmount=4.127400000000000000, instrument=ORAI/USDT, price=6.057, timestamp=Sun Jan 26 12:05:47 UTC 78177, **id='null',** makerOrderId='null', takerOrderId='null'} ` The trade class need...

Hi, Anyone fancies collaborating on a bitget implementation (https://bitgetlimited.github.io/apidoc/en/mix/#update-log)

I'm still digging through the code, but I think something with the new Instrument code broke Kucoin. For Binance.us, I was seeing a 'warning' message on startup: ``` An exception...

Our customer reported seeing the following exception: ``` org.knowm.xchange.binance.dto.BinanceException: Number of saved withdrawal addresses cannot exceed 500. (HTTP status code: 400) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:423)...

Hello, i would like to start adding implementation for dexes and i would like to ask you, how you believe is the best way to do it. In my mind...