Skip to content

This project aims at demonstrating how to use the Binance API (both HTTP and Websocket) for gathering data from your SPOT account.

Notifications You must be signed in to change notification settings

abdelino17/binance-api-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Binance Client API in Nodejs

This project is a demonstration of how to use the Binance API (both HTTP and Websocket) for gathering data from your SPOT account.

Features of this project:

  1. Get the balances of your SPOT account
  2. Get the pairs with thee highest volume in the last 24hr
  3. Open trade websockets
  4. Measure websocket event time

Usage

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

About

This project aims at demonstrating how to use the Binance API (both HTTP and Websocket) for gathering data from your SPOT account.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published