Skip to content

Bot to trade bitcoin with non fiat currency USDT using Binance trading account. Built using node js, binance API, ccxt.

Notifications You must be signed in to change notification settings

digvjs/binance-trading-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

binance-trading-bot

Bot to trade bitcoin with non fiat currency USDT using Binance trading account. Built using node js, binance API, ccxt.

What script does?

This script triggers the automated trades between BTC/USDT pair for given spread amount. The limit buy and limit sell are calculated based on spread and allowance for each trade.

Setup guide

  1. Install dependencies
npm install
  1. Create .env file and add below parameters to it -
BINANCE_API_KEY=''
BINANCE_API_SECRET=''

You can obtain these values from your binance account.

  1. Start the bot
npm start

Attention: Please run this bot with caution. If you attach your binance keys and run this, the real trades will go on..

About

Bot to trade bitcoin with non fiat currency USDT using Binance trading account. Built using node js, binance API, ccxt.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published