Configurer la connexion à un exchange

Configuration examples

Kucoin

Ajoutez cette dépendance à votre pom.xml :


<dependency>
    <groupId>org.knowm.xchange</groupId>
    <artifactId>xchange-kucoin</artifactId>
    <version>5.0.12</version>
</dependency>

et mettez à jour votre fichier application.properties:

cassandre.trading.bot.exchange.driver-class-name=org.knowm.xchange.kucoin.KucoinExchange

Coinbase

Ajoutez cette dépendance à votre pom.xml :


<dependency>
    <groupId>org.knowm.xchange</groupId>
    <artifactId>xchange-coinbasepro</artifactId>
    <version>5.0.12</version>
</dependency>

et mettez à jour votre fichier application.properties:

cassandre.trading.bot.exchange.driver-class-name=org.knowm.xchange.coinbasepro.CoinbaseProExchange

Binance

Ajoutez cette dépendance à votre pom.xml :


<dependency>
    <groupId>org.knowm.xchange</groupId>
    <artifactId>xchange-binance</artifactId>
    <version>5.0.12</version>
</dependency>

et mettez à jour votre fichier application.properties:

cassandre.trading.bot.exchange.driver-class-name=org.knowm.xchange.binance.BinanceExchange