A few scripts that showing how to use the Binance connector @binance/connector
.
- Install package
npm install
- Some of the method require API key and secret.
export APIKEY=<your_api_key>
export APISECRET=<you_api_secret>
npm run market
npm run account
npm run place-order
MIT