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
- Host: GitHub
- URL: https://github.com/binance/binance-toolbox-typescript
- Owner: binance
- License: mit
- Created: 2023-10-27T06:26:03.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-21T07:11:50.000Z (over 1 year ago)
- Last Synced: 2025-04-15T01:13:44.897Z (about 1 year ago)
- Topics: binance-api, scripts, toolbox, typescript
- Language: TypeScript
- Homepage:
- Size: 14.6 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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