pantunes / exchange-radar

Live trading information from various cryptocurrency exchanges.

Home Page:https://exchangeradar.tech

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

exchange-radar: Real-time Crypto Exchange Trades Monitor

Version License Build Status

Welcome to Exchange Radar, your gateway to real-time trade data from major cryptocurrency exchanges.

Supported Exchanges

Exchange Radar currently supports the following top exchanges by reputation and trading volume:

  • Binance
  • Coinbase
  • Kraken
  • KuCoin
  • OKX
  • Bybit
  • Bitstamp
  • MEXC
  • HTX

Build & Run

Get started effortlessly:

Locally

$ docker-compose -f local.yml up --build -d

Production

$ docker-compose -f production.yml up --build -d

Scale the consumer service horizontally with 2 instances:

$ docker-compose -f production.yml up --build --scale consumer=2

Run Test Cases & Code Coverage

Tests

$ make tests

Code Coverage

$ make coverage

Run Benchmarks

$ make benchmark

Example of the benchmark output can be seen here.

UI

Explore real-time trade information effortlessly:

Feel free to replace BTC with any other supported coin across the exchanges.

Hardware Requirements

Exchange Radar operates efficiently without requiring extensive resources. In fact, all services run seamlessly on a single Raspberry Pi 4.

About

Live trading information from various cryptocurrency exchanges.

https://exchangeradar.tech

License:GNU General Public License v3.0


Languages

Language:Python 71.1%Language:Dockerfile 10.4%Language:Jinja 9.8%Language:CSS 3.6%Language:JavaScript 2.5%Language:Shell 2.0%Language:Makefile 0.6%