https://github.com/openware/binance-cli
https://github.com/openware/binance-cli
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/openware/binance-cli
- Owner: openware
- Created: 2021-09-07T09:09:39.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-09-17T12:42:08.000Z (over 4 years ago)
- Last Synced: 2025-08-18T12:56:08.840Z (7 months ago)
- Language: Go
- Size: 37.1 KB
- Stars: 2
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Go Binance client
This application can be used to compare market and fee configuration between OpenDAX and Binance platforms
### How to Build
```sh
go build .
```
### Usage
#### Compare withdraw fees
```sh
OPENDAX_BASE_URL=https://example.com BINANCE_API_KEY=*YOU_API_KEY* BINANCE_SECRET=*YOUR_API_SECRET* ./binance fees
```
#### Compare Markets configuration
```sh
OPENDAX_API_KEY=*changeme* OPENDAX_API_SECRET=*changeme* OPENDAX_ENGINE_ID=4 ./binance markets
```