Skip to content

Crypto price preview in high resolution chart using Binance/okx historical market data.

License

Notifications You must be signed in to change notification settings

makindotcc/exchange-order-browser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  • 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 and AUTH_PASSWORD.

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

About

Crypto price preview in high resolution chart using Binance/okx historical market data.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published