Skip to content

binance/binance-toolbox-typescript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Binance Toolbox Typescript - DEPRECATED

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.

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

About

Toolbox for typescript connector

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published