https://github.com/azrubael/binance-ticker
The training progect using 'Node Binance API'
https://github.com/azrubael/binance-ticker
binance-api nodejs
Last synced: about 1 month ago
JSON representation
The training progect using 'Node Binance API'
- Host: GitHub
- URL: https://github.com/azrubael/binance-ticker
- Owner: Azrubael
- Created: 2022-10-31T14:22:12.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-31T14:23:01.000Z (over 3 years ago)
- Last Synced: 2025-10-14T04:22:35.520Z (8 months ago)
- Topics: binance-api, nodejs
- Language: JavaScript
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Training progect using 'Node Binance API'
This project is designed to help you make your own projects that interact with the [Binance API]
(https://github.com/binance/binance-spot-api-docs).
It can stream candlestick chart data, market depth, or use other advanced features such as
setting stop losses and iceberg orders. This project seeks to have complete API coverage
including WebSockets.
## Installation and use
**`npm install -s node-binance-api`**
**`node websocket-ticker.js`**