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

https://github.com/tarsislimadev/binance-api

To get data from Binance API
https://github.com/tarsislimadev/binance-api

binance binance-api rest-api shell-script

Last synced: 10 months ago
JSON representation

To get data from Binance API

Awesome Lists containing this project

README

          

# [Binance API](https://binance-docs.github.io/apidocs/spot/en/#change-log)

To get data from Binance API

## social & donate

[Donate](https://link.mercadopago.com.br/brtmvdl) - [Telegram](https://t.me/+KRmg5MlqgMk0MTg5) - [Discord](https://discord.gg/VUJWb4Yk)

## how to install

### .env file

```
DATABASE=./data
API_KEY=

```

## how to use

### ticker price

```
bash ./src/ticker/price.sh LTCBTC
```

### convert getQuote

```
bash ./src/convert/getQuote.sh 100 BRL BNB
```

## license

[MIT](./LICENSE)