A Python implementation of a bot that places trades based on arbitrage opportunities between Binance and The Ocean. This program is meant to accompany Lesson 3: Introduction to Arbitration Strategies.
Sample Scenario Functionality: For a given token pair, if the lowest ask in exchange A is smaller than the highest bid in exchange B, the bot will buy from exchange A and sell to exchange B.
To install the bot and its dependencies, navigate to the ExchangeArbitrageBot
directory (note the capitalizations). Then, enter the following command:
pip install .
Note: Please read the disclaimer, associated read me files and explanation of methods before running the bot.
To run the Arbitrage Bot, navigate to the exchangearbitragebot
directory and enter the following command:
python exchange_arbitrage.py
- Web3 Provider (such as Parity) is needed
- Required environment variables
- OCEAN_API_KEY
- OCEAN_API_SECRET
- ETHEREUM_ADDRESS
- BINANCE_API_KEY
- BINANCE_API_SECRET