makindotcc / exchange-order-browser

Crypto price preview in high resolution chart using Binance/okx historical market data.
GNU General Public License v3.0
4 stars 1 forks source link

Crypto exchange order browser

Lookup binance/okx historical order prices freely in high resolution (current limitation is missing free chart library handling millions of rows, so it is not as accurate as it could be but still good (for my purpose at least)) without having to pay $9999999.

Features

Preview

Exchange order browser website preview

Available installation options:

A) Without bloat (docker):

$ git clone https://github.com/makindotcc/exchange-order-browser
$ cd exchange-order-browser
$ cargo run --release

B) With docker using prebuilt docker container:

Prebuilt docker container from dockerhub

$ docker pull wmknc/exchange-order-browser
$ docker run --detach wmknc/exchange-order-browser

C) Build docker container yourself:

$ git clone https://github.com/makindotcc/exchange-order-browser
$ cd exchange-order-browser 
$ docker build --tag exchange-order-browser .
$ docker run --detach exchange-order-browser