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

https://github.com/openware/binance-cli


https://github.com/openware/binance-cli

Last synced: 7 months ago
JSON representation

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
```