Skip to content

sky3742/luno-binance-arbitrage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arbitrage opportunity between Luno and Binance

This is a console app that will quote prices from Luno and Binance, and then calculate the profit percentage.

Profit calculated by Luno's ask price and Binance's bid price (Buying directly from Luno's order book and selling directly to Binance's order book).

*Disclaimer: The profit calculated is not inclusive of fees

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

Luno_ApiKey

Luno_ApiSecret

Binance_ApiKey

Binance_ApiSecret

Simple copy .env.example to .env and fill up with relavent value

Run Locally

Clone the project

  git clone git@github.com:sky3742/luno-binance-arbitrage.git

Go to the project directory

  cd luno-binance-arbitrage

Install dependencies

  npm install

Start the server

  npm run start

Screenshots

App Screenshot

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published