Find out cryptocurrency arbitrage opportunities across exchanges. (No Fiat withdrawal involved)
Notes: Trading fees, funding fees and slippage are already considered in the calculation.
git clone https://github.com/dickenwong/crypto-arbitrage.git
cd crypto-arbitrage
npm install
node main.js \
--exchange1=<Exchange1> \
--exchange2=<Exchange2> \
--bridgingCoin=usd
--initialCoin=usd \
--initialAmount=10000 \
# Currently supported exchanges:
# - bitfinex
# - bitstamp
# - cex
# - exmo
Params | Explanation |
---|---|
—exchange1 | Name of Exchange 1 |
—exchange2 | Name of Exchange 2 |
—bridgingCoin | (Default: usd) The bridging currency used to convert Coin X to Coin Y in Exchange 2 |
—initialCoin | (Default: usd) The currency spent to buy Coin X in Exchange 1 |
—initialAmount | (Default: 10000) Amount of initial currency |
The format is [CoinX] <--> [CoinY] %Profit
. For example:
BCH <--> ZEC -3.15% # Lose 3.15%
BTG <--> BTC 1.37% # Earn 1.37%