Skip to content

Triangular arbitrage using Bitso API, Automated trading bot that detects triangular arbitrage opportunities on the Bitso exchange for BTC/ETH/MXN routes

Notifications You must be signed in to change notification settings

EliasManj/bitso-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bitso API triangular arbitrage

Automated trading bot that detects triangular arbitrage opportunities on the Bitso exchange for BTC/ETH/MXN routes

Configuration

Add your keys in keys folder

{
  "public": "publickey",
  "private": "privatekey"
}

Edit the configuration json file to specify key file and to either use Bitso stage url or Bitso prod url

{
  "keyFile": "keys/bitso.key",
  "url":"https://bitso.com/api"
}

Run

To run the bot:

python main.py

About

Triangular arbitrage using Bitso API, Automated trading bot that detects triangular arbitrage opportunities on the Bitso exchange for BTC/ETH/MXN routes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages