Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 548 Bytes

README.md

File metadata and controls

43 lines (27 loc) · 548 Bytes

Binance Toolbox Typescript

A few scripts that showing how to use the Binance connector @binance/connector-typescript.

Preparation

  1. Install package
npm install
  1. Some of the method require API key and secret.
export API_KEY=<your_api_key>
export API_SECRET=<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