/binance-toolbox-nodejs

Toolbox for nodejs connector

Primary LanguageJavaScript

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