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
- Host: GitHub
- URL: https://github.com/binance/binance-toolbox-nodejs
- Owner: binance
- Created: 2022-03-02T00:43:07.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-08-20T08:01:49.000Z (over 1 year ago)
- Last Synced: 2025-05-31T17:50:15.978Z (12 months ago)
- Topics: binance-api, javascript, nodejs, scripts, toolbox
- Language: JavaScript
- Homepage:
- Size: 13.7 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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