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