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.
Hi guys, in situation like being on production system without direct connectivity to internet, what are proxy options with xchange? Also I heard that exchanges might block connections detected coming...
### **Overview** Due the firm I work form's use of reverse proxy extensively based on tinyproxy. deploying and connecting to a number of providers such as kraken,binance, coinbasepro we had...
Hello, does the rate limitation system works properly on Binance ? I've got some API error on calling myTrades. Here is the stack trace `org.knowm.xchange.binance.dto.BinanceException: Too much request weight used;...
Hello, instead of having many Params interface classes ,is it better to create only one ParamsAll class for every case? TradeHistoryParamsAll already exist, why don't we delete all the other...
When I am adding dependencies for ftx ` org.knowm.xchange xchange-ftx 5.0.9 org.knowm.xchange xchange-stream-ftx 5.0.9 ` I cant use FtxStreamingTradeService, It says .NotYetImplementedForExchangeException: getStreamingTradeService But I see on github there's methods...
It would be great to have support for CoinSpot https://www.coinspot.com.au/ Specification: https://www.coinspot.com.au/api
Hello, i would like to ask you if you find it good idea the following: Adding fixed/static test functions that we will use in every exchange in order to test...
Hi.Please help with code)Maybe a bug. lib: stream-poloniex2 Always this error: **Orderbook update received before initial snapshot** code: disp = exchange.getStreamingMarketDataService() .getOrderBook(cp) .doOnError(error -> System.err.println("The error message is: " +...
Hi All, There is no implementation of `getFundingHistory` for the AccountService of FTX. The idea is to implementent it using : - `FtxAccountServiceRaw.transferBetweenFtxSubAccount` (implemented) - `/wallet/deposits` (not implemented) see :...
Hello, I read on kucoin website that the v1 api will be deprecated in the following months > GET /api/v1/market/orderbook/level2?symbol= (Will be deprecated on December 31, 2019) GET /api/v2/market/orderbook/level2?symbol= (Recommend)...