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

### here is the Stack Trace org.knowm.xchange.exceptions.ExchangeException: javax.net.ssl.SSLHandshakeException: No name matching www.okx.com found at org.knowm.xchange.BaseExchange.applySpecification(BaseExchange.java:115) at org.knowm.xchange.okex.OkexExchange.applySpecification(OkexExchange.java:49) at org.knowm.xchange.ExchangeFactory.createExchange(ExchangeFactory.java:130) at org.knowm.xchange.okex.OkexExchangeIntegration.testOpenPosition(OkexExchangeIntegration.java:85) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566)...

knowm/XChange issues https://github.com/knowm/XChange/issues/5069

## Breaking changes While this PR does contain breaking changes to people who were possibly using the Bitso implementation before, the implementation itself was completely broken as the endpoints referenced...

Hi. **Banance** method support. Can someone add support for **canceling all orders for a given symbol**? DELETE /api/v3/openOrders?symbol=SYMBOL That would be awesome. Thanks! Just want to be able to cancel...

Bitmex introduced new value for ticker state `DELISTED` causing the unmarschalling exception: ``` Caused by: si.mazi.rescu.HttpStatusIOException: Cannot deserialize value of type `org.knowm.xchange.bitmex.dto.account.BitmexTicker$State` from String "Delisted": not one of the values...

Gate.io changed the payload returned by `/spot/currencies` - Adapted parsing of payload - Extended integration tests - Added rest request

Looks like globitex.com doesn't exist anymore. Removed module

- Added annotations to some dtos - Introduced error adapter for some calls - Added helper method `Balance.builder()` - Extended getting of account info - Added deposit/withdraw functionality

Currently we skip the integration tests during the build process because they need to access real exchange API some of them are not stable, some are disabled. However there are...

add order flag 'rejectReason'