Skip to content

Tool for monitoring Cryptocurrency buy/sell walls across most exchanges

Notifications You must be signed in to change notification settings

joyser/CryptoWallDetector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

CryptoWallDetector

Simple javasript tool for monitoring Cryptocurrency buy/sell walls across most exchanges.

How it works

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. Demo

Live version

Live version

Bitmex and other exchange support.

Unfortunately Bitmex does not work with the browser version of ccxt, however mostly every other exchange should work.

Cross-Origin proxy requirement

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.

Major dependency

Thanks to the guys at ccxt which makes the tool possible.

contact/ideas/suggestion

@CryptoCoder4

About

Tool for monitoring Cryptocurrency buy/sell walls across most exchanges

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages