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.
I'm using xchange-stream-bitmex to subscribe to an endpoint that requires authentication. All works well, until a websocket reconnect is triggered (which just happens from time to time). During auto-reconnect of...
Poloniex API for returnChartData now returns only 100 candles + it returns millis instead of seconds for the time of the candle. We are fixing millis - but anyone using...
1. add tickers in OkexMarketDataService
- Refactored dto - Added time_now field to responses payload - Added getting of ticker - Added loading of currency pairs metadata
Bumps [jbbp](https://github.com/raydac/java-binary-block-parser) from 2.0.3 to 2.0.4. Changelog Sourced from jbbp's changelog. 2.0.4 (01-aug-2022) added unsigned 32 bit integer type uint #37 provided way to filter fields for mapping operations and...
This is a feature request to support global exchanges from India, Singapore, Japan, Hong Kong and UAE. It will boost a massive adoption of the apps using this library.
FTX API accept seconds while Date.getTime() return millseconds, #4509 Also fixed a merge error incorrectly casting TradeHistoryParamCurrencyPair to TradeHistoryParamsAll introduced in #4502
Please see the method below. These properties should be configurable in a properties file. Because they are **hard coded to the spot test API**, I cannot change it to the...
`stream-gateio` is for some reason without `info.bitrich.xchangestream` package as the others. The reason for fixing this is because in Scala/SBT, root namespace classes from an imported library are missing in...