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.
AUTH_USER
and AUTH_PASSWORD
.$ git clone https://github.com/makindotcc/exchange-order-browser
$ cd exchange-order-browser
$ cargo run --release
Prebuilt docker container from dockerhub
$ docker pull wmknc/exchange-order-browser
$ docker run --detach wmknc/exchange-order-browser
$ 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