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.
- free (so we can use highcharts library)
- unzipping, parsing and streaming response to your browser on the fly - fast, low memory usage etc. from my benchmarks - download speed is a bottleneck here
- awfully coded frontend
- optional website authentication. can be configured using environment variables:
AUTH_USER
andAUTH_PASSWORD
.
$ git clone https://github.com/makindotcc/exchange-order-browser
$ cd exchange-order-browser
$ cargo run --release
- visit http://127.0.0.1:2137/
Prebuilt docker container from dockerhub
$ docker pull wmknc/exchange-order-browser
$ docker run --detach wmknc/exchange-order-browser
- visit http://127.0.0.1:2137/
$ 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
- visit http://127.0.0.1:2137/