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

Is not working https://github.com/knowm/XChange/blob/develop/xchange-stream-binance/src/test/java/info/bitrich/xchangestream/binance/BinanceLiveFutureSubscriptionExample.java code= ``` ExchangeSpecification spec = StreamingExchangeFactory.INSTANCE .createExchange(BinanceFutureStreamingExchange.class) .getDefaultExchangeSpecification(); BinanceFutureStreamingExchange exchange = (BinanceFutureStreamingExchange) StreamingExchangeFactory.INSTANCE.createExchange(spec); // First, we subscribe only for one currency pair at connection time (minimum...

Historically exchange specifications have been created by `new ExchangeSpecification(exchangeClassName);` however this approach is deprecated and the preferred approach is `ExchangeSpecification exSpec = new BitstampExchange().getDefaultExchangeSpecification();` after which the exchange can be...

In the simulation exchange, the acquisition engine will use this code In this case, it will be judged whether the. Currencydata is null before obtaining the metadata I don't think...

- Bug fix - Null point exception in case of cancelled transactions

Previous solution: 1. Fetched book snapshots on Web Socket thread, causing delays of other events (serious delays in case of multiple books + correctly implemented and used API rate limiter),...

My old Cmc code is not working after 3 year. Update it for pro-cmc api, but no luck. Cant get data from Cmc. Other Exchange work fine, also with api...

In NettyStreamingService, when we call the method subscribeChannel with retry, sometimes the retry does not working. return Observable.create( e -> { if (webSocketChannel == null || !webSocketChannel.isOpen()) { e.onError(new NotConnectedException());...

Is there a support for coinlist or coinlist pro apis? https://trade-docs.coinlist.co/#introduction