Arbitrage inter exchange. kraken - ftx
- create python environnement.
# on windows
py -m venv env
env\scripts\activate
- clone this repo and install requirement
git clone 'https://github.com/memsjava/arb-inter-exchange.git'
py install -r requirements.txt
- get api keys and change settings.json
- python main.py
can check arb: True
kraken {'a': 0.2366, 'b': 0.2362}
ftx {'a': 0.236579, 'b': 0.23648}
buy 18.41961535
no opportunity with percentage final -0.15634678450607364 %
can check arb: True
kraken {'a': 0.2366, 'b': 0.2362}
ftx {'a': 0.236651, 'b': 0.236517}
buy 18.41961535
no opportunity with percentage final -0.17196602189272475 %