Bot to trade bitcoin with non fiat currency USDT using Binance trading account. Built using node js, binance API, ccxt.
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.
- Install dependencies
npm install
- Create
.env
file and add below parameters to it -
BINANCE_API_KEY=''
BINANCE_API_SECRET=''
You can obtain these values from your binance account.
- 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..