Skip to content

Recommended Exchange Configurations

Peter Keeler edited this page Dec 19, 2020 · 5 revisions

Recommended Exchange Configurations

Disclaimer

These are not intended to be promotion of or a recommendation to use any particular exchange for trading. They are simply configuration for exchanges that Arbitrader users have been able to connect to the exchange with, to make it easier for new users to try out the bot on the exchanges they would like to use.

Contributing

If you have configuration that works for an exchange not already listed here and would like to contribute it, please open an issue here on GitHub or get in touch with ScionAltera on our Discord. Please never share your API keys or passwords!

Configuration Examples

Binance

exchangeClass: org.knowm.xchange.binance.BinanceExchange
  apiKey: x
  secretKey: x
  tradingPairs:
    - BTC/USD
    - ETH/USD
  margin: true
  fee: 0.001
  homeCurrency: USDC

Bitflyer

exchangeClass: org.knowm.xchange.bitflyer.BitflyerExchange
apiKey: x
secretKey: x
sslUrl: https://api.bitflyer.com/
host: api.bitflyer.com
port: 443
tradingPairs:
  - BTC/USD
margin: false
fee: 0.0012
feeComputation: CLIENT

Cex.IO

exchangeClass: org.knowm.xchange.cexio.CexIOExchange
userName: x
apiKey: x
secretKey: x
tradingPairs:
  - BTC/USD
margin: false
feeOverride: 0.0016

Cobinhood

exchangeClass: org.knowm.xchange.cobinhood.CobinhoodExchange
apiKey: x
tradingPairs:
  - BTC/USD
margin: false
fee: 0.0000
homeCurrency: USDT

Coinbase Pro

exchangeClass: info.bitrich.xchangestream.coinbasepro.CoinbaseProStreamingExchange
apiKey: x
secretKey: x
custom:
  passphrase: x
ticker:
  batchSize: 3
  batchDelay: 1250
tradingPairs:
  - BTC/USD
margin: false
fee: 0.0015

Gemini

exchangeClass: info.bitrich.xchangestream.gemini.GeminiStreamingExchange
apiKey: x
secretKey: x
tradingPairs:
  - BTC/USD
margin: false
feeOverride: 0.0025
tickerArguments: # workaround for a bug in XChange
  - 1

Kraken

exchangeClass: info.bitrich.xchangestream.kraken.KrakenStreamingExchange
apiKey: x
secretKey: x
tradingPairs:
  - BTC/USD
margin: true
feeOverride: 0.0016

Poloniex

exchangeClass: org.knowm.xchange.poloniex.PoloniexExchange
apiKey: x
secretKey: x
tradingPairs:
  - BTC/USD
margin: false
fee: 0.0008
homeCurrency: USDC
feeComputation: CLIENT

Quoine / Liquid

exchangeClass: org.knowm.xchange.quoine.QuoineExchange
apiKey: x
secretKey: x
custom:
  Use_Margin: true
  Leverage_Level: 2
tradingPairs:
  - BTC/USD
margin: true
fee: 0.0010
Clone this wiki locally