https://github.com/tarsislimadev/foxbit-api
To get data from Foxbit.
https://github.com/tarsislimadev/foxbit-api
foxbit rest-api shell-script
Last synced: 16 days 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-09T18:38:10.000Z (over 2 years ago)
- Last Synced: 2025-03-02T22:43:54.157Z (over 1 year 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)