The Binance connector @binance/connector-typescript is deprecated. For more information on how to use the new binance-connector-js, please refer to the examples and documentation available in each product folder.
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 marketnpm run accountnpm run place-orderMIT