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

https://github.com/icasso/mars

The Crypto Exchange Status tracker
https://github.com/icasso/mars

binance kraken kucoin okx python rest-api streamlit

Last synced: 7 months ago
JSON representation

The Crypto Exchange Status tracker

Awesome Lists containing this project

README

          

# [Mars] The Crypto Exchange Status tracker
[![Streamlit App](https://static.streamlit.io/badges/streamlit_badge_black_white.svg)](https://crypto-exchange-status.streamlit.app/)
[![DeepSource](https://deepsource.io/gh/Icasso/Mars.svg/?label=active+issues&show_trend=true&token=MNeAUxA-esbM-YEo5x3Hl-sA)](https://deepsource.io/gh/Icasso/Mars/?ref=repository-badge)
[![DeepSource](https://deepsource.io/gh/Icasso/Mars.svg/?label=resolved+issues&show_trend=true&token=MNeAUxA-esbM-YEo5x3Hl-sA)](https://deepsource.io/gh/Icasso/Mars/?ref=repository-badge)
![Image](asset/demo.png?raw=true "Demo")
## Live status from crypto exchanges
- OKX
- Kraken
- Kucoin
- Binance - International

---
You can directly access with above badge, or you wish to access locally,
- Step 1
```python
python -m pip install -r requirements.txt
```
- Step 2
```python
streamlit run main.py
```
- Step 3
```plaintext
http://localhost:8501
```