Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tarsislimadev/foxbit-api
To get data from Foxbit.
https://github.com/tarsislimadev/foxbit-api
foxbit rest-api shell-script
Last synced: about 2 months ago
JSON representation
To get data from Foxbit.
- Host: GitHub
- URL: https://github.com/tarsislimadev/foxbit-api
- Owner: tarsislimadev
- License: mit
- Created: 2023-10-28T11:56:40.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-09T18:38:10.000Z (about 1 year ago)
- Last Synced: 2024-10-17T10:52:24.306Z (3 months ago)
- Topics: foxbit, rest-api, shell-script
- Language: Shell
- Homepage:
- Size: 12.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# [Foxbit REST API (3.0)](https://docs.foxbit.com.br/rest/v3/)
To get data from Foxbit.
## 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
```## how to use
### Buy 1 Tether (USDT) in Brazilian Real (BRL)
```
bash ./src/markets.quotes.sh buy 1 usdt brl
```### Get BTCBRL "1 day candles" by 1 week ago
```
bash ./src/markets.candles.sh btcbrl 1d 1week
```## license
[MIT](./LICENSE)