XChange
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.
Implemented streaming market data and trading services
**I'm trying to connect to okex demo account API but I'm getting the following error message. But when connecting to real okex account API it connects without this error.** `org.springframework.beans.factory.UnsatisfiedDependencyException:...
**Version:** 5.0.7 I've encountered some trouble with streaming Binance. I subscribe at connect time with a `ProductSubscription,`. but I don't seem to be getting any messages through at all via...
The Pro features will be moving to Advanced Trade. https://blog.coinbase.com/hello-advanced-trade-goodbye-coinbase-pro-5b0715b03ef0 Our product uses Pro and we'll need to do some work to make sure that the regular Coinbase adapter works...
I have checked the API and found that only codes related to V1 and V3 spot are supported, but no contract code of V2 is available?
Currently, we have a single method to allow us to modify orders `default String changeOrder(LimitOrder limitOrder) throws IOException` There are times when you just want to modify the order price,...
Huobi is returning some unusual symbols in their API. https://api.huobi.pro/v1/common/symbols that cause an exception, resulting in you not getting any tickers from the service. Examples: "ltc3usdt", "btc1susdt", "a8s8d8f8", "a8s83ld8f8" a8s8d8f8...
When subscribing to FTX orders books via info.bitrich.xchangestream.ftx.FtxStreamingExchange they lag up to 30 to 40 secs vs connecting and streaming say in python, so this is not a local machine...
`11:57:08.787 [default] [main] DEBUG org.knowm.xchange.ExchangeFactory - Creating exchange from specification 11:57:08.787 [default] [main] DEBUG org.knowm.xchange.ExchangeFactory - Creating default exchange from class name 11:57:08.803 [default] [main] DEBUG o.knowm.xchange.okex.v5.OkexExchange - Loading metadata...
Adds new order flags to send margin order instead of spot one. To cancel/retrieve margin order either custom order param structures could be used or account type could be included...