Skip to content

mindfullynumb/ExchangeArbitrageBot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Exchange Arbitrage Bot between Binance and The Ocean

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.

Installation

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

Requirements

  • Web3 Provider (such as Parity) is needed
  • Required environment variables
  • OCEAN_API_KEY
  • OCEAN_API_SECRET
  • ETHEREUM_ADDRESS
  • BINANCE_API_KEY
  • BINANCE_API_SECRET

Explanation of Methods and Definitions (mini Wiki)

DISCLAIMER

USE THE PROGRAM AT YOUR OWN RISK. YOU ARE RESPONSIBLE FOR YOUR OWN MONEY.

IN NO EVENT SHALL THE AUTHORS OR THEIR AFFILIATES BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE PROGRAM OR THE USE OR OTHER DEALINGS IN THE PROGRAM.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%