An open API service indexing awesome lists of open source software.

https://github.com/binance/binance-toolbox-nodejs

Toolbox for nodejs connector
https://github.com/binance/binance-toolbox-nodejs

binance-api javascript nodejs scripts toolbox

Last synced: 3 months ago
JSON representation

Toolbox for nodejs connector

Awesome Lists containing this project

README

          

# Binance Toolbox Nodejs - DEPRECATED

A few scripts that showing how to use the Binance connector `@binance/connector`.
## Preparation

1. Install package

```javascript

npm install

```

2. Some of the method require API key and secret.

```shell
export APIKEY=
export APISECRET=
```

## How to run

### get market info

```javascript
npm run market

```
### get account info and asset balance

```javascript
npm run account
```

### order related methods

```javascript
npm run place-order
```
## License
MIT