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

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

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

binance-api scripts toolbox typescript

Last synced: 11 months ago
JSON representation

Toolbox for typescript connector

Awesome Lists containing this project

README

          

# Binance Toolbox Typescript

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

1. Install package

```typescript

npm install

```

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

```shell
export API_KEY=
export API_SECRET=
```

## How to run

### get market info

```typescript
npm run market

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

```typescript
npm run account
```

### order related methods

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