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 marketnpm run accountnpm run place-orderMIT