https://github.com/tarsislimadev/bybit-api
To get data from Bybit API
https://github.com/tarsislimadev/bybit-api
bybit-api json rest-api shell-script
Last synced: 20 days ago
JSON representation
To get data from Bybit API
- Host: GitHub
- URL: https://github.com/tarsislimadev/bybit-api
- Owner: tarsislimadev
- License: mit
- Created: 2023-10-23T12:55:19.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-06T14:52:12.000Z (over 2 years ago)
- Last Synced: 2025-03-02T22:44:02.396Z (over 1 year ago)
- Topics: bybit-api, json, rest-api, shell-script
- Language: Shell
- Homepage:
- Size: 6.84 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
# [Bybit V5 API](https://bybit-exchange.github.io/docs/v5/intro)
To get data from Bybit API
[API Docs](https://bybit-exchange.github.io/docs/v5/intro)
[API Explorer](https://bybit-exchange.github.io/docs/api-explorer/v5/category)
## social & donate
[Donate](https://link.mercadopago.com.br/brtmvdl) - [Telegram](https://t.me/+KRmg5MlqgMk0MTg5) - [Discord](https://discord.gg/VUJWb4Yk)
## how to install
### .env
```
DATABASE=./data
API_KEY=
```
## how to use
### get tickers
```
bash ./src/market/tickers.sh
```
## license
[MIT](./LICENSE)