Page:
Recommended Exchange Configurations
No results
5
Recommended Exchange Configurations
Peter Keeler edited this page 2021-05-02 00:18:32 -07:00
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
tradeFee: 0.001
marginFee: 0.00005
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
tradeFeeOverride: 0.0010
feeComputation: CLIENT
Cex.IO
exchangeClass: org.knowm.xchange.cexio.CexIOExchange
userName: x
apiKey: x
secretKey: x
tradingPairs:
- BTC/USD
margin: false
tradeFeeOverride: 0.0025
Cobinhood
exchangeClass: org.knowm.xchange.cobinhood.CobinhoodExchange
apiKey: x
tradingPairs:
- BTC/USD
margin: false
tradeFee: 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
tradeFeeOverride: 0.005
Gemini
exchangeClass: info.bitrich.xchangestream.gemini.GeminiStreamingExchange
apiKey: x
secretKey: x
tradingPairs:
- BTC/USD
margin: false
tradeFeeOverride: 0.0035
tickerArguments: # workaround for a bug in XChange
- 1
Kraken
exchangeClass: info.bitrich.xchangestream.kraken.KrakenStreamingExchange
apiKey: x
secretKey: x
tradingPairs:
- BTC/USD
margin: true
compressedMessages: true
tradeFeeOverride: 0.0016
Poloniex
exchangeClass: org.knowm.xchange.poloniex.PoloniexExchange
apiKey: x
secretKey: x
tradingPairs:
- BTC/USD
margin: false
tradeFee: 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
tradeFee: 0.0010