-
-
Notifications
You must be signed in to change notification settings - Fork 46
Recommended Exchange Configurations
Peter Keeler edited this page May 2, 2021
·
5 revisions
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.
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!
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
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
exchangeClass: org.knowm.xchange.cexio.CexIOExchange
userName: x
apiKey: x
secretKey: x
tradingPairs:
- BTC/USD
margin: false
tradeFeeOverride: 0.0025
exchangeClass: org.knowm.xchange.cobinhood.CobinhoodExchange
apiKey: x
tradingPairs:
- BTC/USD
margin: false
tradeFee: 0.0000
homeCurrency: USDT
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
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
exchangeClass: info.bitrich.xchangestream.kraken.KrakenStreamingExchange
apiKey: x
secretKey: x
tradingPairs:
- BTC/USD
margin: true
compressedMessages: true
tradeFeeOverride: 0.0016
exchangeClass: org.knowm.xchange.poloniex.PoloniexExchange
apiKey: x
secretKey: x
tradingPairs:
- BTC/USD
margin: false
tradeFee: 0.0008
homeCurrency: USDC
feeComputation: CLIENT
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