This project is a demonstration of how to use the Binance API (both HTTP and Websocket) for gathering data from your SPOT account.
- Get the balances of your SPOT account
- Get the pairs with thee highest volume in the last 24hr
- Open trade websockets
- Measure websocket event time
Install the dependencies
npm install
Set your apiKey, secretKey and the URLs of the endpoint into the configuration file and run the project
npm run demo