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, Was thinking of integrating with tradovate to access traditional and crypto futres on cme, their api is pretty much the same as a crypto exchange (https://api.tradovate.com/#section/Request-Reference/Subscribe-DOM) anyone have any...

Crypto.com has released an exchange that I would like to access, I have made an app using this api, however it doesn't contain the Crypto.com exchange which is a bit...

Feature Request
New Exchange

It does not see that the existing binanace (xchange-binance) only support the spot api's (api/v3) rather than the margin (/sapi/v1/margin) and futures (/fapi/v1/). I would like to implement the additional...

Hello, because i think we need all the streaming public data to be a hot observable and never complete, is it ok to convert the functions from Observable to CompletableObservable...

Hello, i would like to propose to delete the exchanges that doesn't exists anymore in order to reduce the maintenance cost of the library and the size. If you are...

Are there any plans on adding support for Bitget Site:https://www.bitget.com API : https://bitgetlimited.github.io/apidoc/en/swap/#changelog

New Exchange

`org.knowm.xchange.binance.BinanceAdapters` has the following method, that sets weather the trade is a buy or sell. Looking at the order flow, when the `buyerMarketMaker=true` means that buyer was the maker/seller was...

- Added mapping symbol -> currency pair (got from exchange info) - Moved exchangeInfo-methods to MarketDataService - Updated integration tests - Added requests for idea http client - Simplified dto's

- Removed empty method implementations that just throw `NotYetImplementedForExchangeException` because it is already thrown in default method in corresponding interface @timmolter I don't expect any breaking changes here, but you...

fix the CurrencyPair that is buiding wrong using COUNTER-BASE and should be BASE-COUNTER