Skip to content

binance/binance-toolbox-nodejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Binance Toolbox Nodejs

A few scripts that showing how to use the Binance connector @binance/connector.

Preparation

  1. Install package
npm install
  1. Some of the method require API key and secret.
export APIKEY=<your_api_key>
export APISECRET=<you_api_secret>

How to run

get market info

npm run market

get account info and asset balance

npm run account

order related methods

npm run place-order

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published