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.
It would be great to have support for https://bitvavo.com/ Specification: https://docs.bitvavo.com
Bumps [resilience4j-all](https://github.com/resilience4j/resilience4j) from 1.7.0 to 1.7.1. Release notes Sourced from resilience4j-all's releases. Release v1.7.1 Enhancements Issue #1414: SpEL expressions support passing runtime method arguments to bean methods Bugs Issue #1268:...
This will support a reverse proxy setup such as tinyproxy when connecting to any of the supported exchanges used by a spring java app like this use case is going...
Implement place market order for Bittrex
The documentation for CEX.IO at https://cex.io/websocket-api#orderbook-subscribe suggests that the order book representation will be "inconsistent" if we receive any messages out of order, or we miss even a single message....
Fix gateio stream service: - Move gateio files from default package to proper package - Remove depth and interval from gateio payload (seems not supported by the gateio api)
This PR adds `resubscribeChannels` support. First I unsubscribe from all channels to make sure I get snapshot messages upon resubscribing. This might be useful to resynchronize orderbooks in case we...
As issue #3052 was closed I am creating a new one. I am encountering weird connection persistence behavior at least with Binance (I haven't tried other exchanges yet). If the...
There is a `ledger` method in `CoinbasePro` interface and it has a `Integer startingOrderId` parameter. I think it should be a `String` because in some case orderId is greater then...
Hi, I am testing Binance withdrawal API. It successfully withdraws XRP from the wallet and triggers the transfer. But service response code can not be parsed correctly(maybe it is changed/updated)....