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

Hi Team, We have integrated 1 Exchange from KNOWM/XChange framework successfully. Is there anyone experienced with XChange interested to help with 10-15 integrations to some of the EXISTING connectors ?...

[Vertex protocol ](vertexprotocol.com)websocket API implementation: https://vertex-protocol.gitbook.io/docs/developer-resources/api netty streaming service logging tweaks and customisable event loop group and socket class

I'm testing the KuCoin WebSockets implementation of `xchange-stream-kucoin` version `5.1.1-SNAPSHOT`. Retrieving market data works fine. The WebSocket connection is created using a token that is valid for 24 hours. When...

Implement websockets support for bybit.

Fixed the **periodInSecs** calculation

The year is totally wrong : `[Trade{type=ASK, originalAmount=0.028898, instrument=LTC/KCS, price=12.321, timestamp=Mon Jul 11 20:28:01 UTC **112596**, id='null', makerOrderId='null', takerOrderId='null'}, Trade{type=ASK, originalAmount=0.028898, instrument=LTC/KCS, price=12.321, timestamp=Mon Jul 11 21:53:13 UTC 112596, id='null',...

Kraken introduced a new field `originators` for DepositStatus (ERC20 network deposits). See: https://support.kraken.com/hc/en-us/articles/13307454640020

Getting NumberFormatException of GetOrder in case if order type is MARKET (price=""). There's a piece of code `new BigDecimal(order.getPrice())` which is failing because of illegal argument "". `java.lang.NumberFormatException: null at...