Skip to content

binance/binance-toolbox-typescript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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