https://github.com/huanchain/binance-toolbox-ts
Binance Tool
https://github.com/huanchain/binance-toolbox-ts
api binance coin token
Last synced: 4 months ago
JSON representation
Binance Tool
- Host: GitHub
- URL: https://github.com/huanchain/binance-toolbox-ts
- Owner: nguyenvanhuan243
- License: mit
- Created: 2024-09-24T06:22:46.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-02-16T04:38:30.000Z (over 1 year ago)
- Last Synced: 2025-02-16T05:21:04.395Z (over 1 year ago)
- Topics: api, binance, coin, token
- Language: TypeScript
- Homepage: https://binance.com/
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Get overview Binance Account with Binance Toolbox Typescript
A few scripts that showing how to use the Binance connector `@binance/connector-typescript`.
https://www.npmjs.com/package/@binance/connector-typescript
## Preparation
1. Install package
```typescript
nvm use
```
```typescript
yarn install
```
2. Some of the method require API key and secret.
- https://www.binance.com/en/my/settings/api-management
```shell
export API_KEY=
export API_SECRET=
```
## How to run
### Api
Get overview account
```
http://localhost:3000/account-overview
```
### get market info
```typescript
yarn run market
```
### get account info and asset balance
```typescript
yarn run account
```
### order related methods
```typescript
yarn run place-order
```