Terminal (command line) interface for spot trading on Binance.
Intended to run inside screen on persistent server somewhere close to Binance.
- Clone the repository or download source code
- Run
npm installin source code directory - Create a
.envfile in the root directory with the following content:
BINANCE_API_KEY=your_api_key_here
BINANCE_API_SECRET=your_api_secret_here- Run
node index.jsornpm start - Press
?for help