Simple javasript tool for monitoring Cryptocurrency buy/sell walls across most exchanges.
The script uses the browser version of ccxt to get order book info at 5 second intervals and shows any large orders above a threshold value set by the user.
Unfortunately Bitmex does not work with the browser version of ccxt, however mostly every other exchange should work.
A proxy server is required for ccxt to bypass CORs. Current proxy server is https://cors-anywhere.herokuapp.com/ But feel free to set this to anything you like in the code.
Thanks to the guys at ccxt which makes the tool possible.
@CryptoCoder4
