Skip to content

Cryptocurrency real-time prices and order book in the console application

License

Notifications You must be signed in to change notification settings

Marfusios/crypto-watcher

Repository files navigation

Cryptocurrency Watcher

This sample console application presents possibilities of crypto-websocket-extensions library.

  • displaying real-time price changes (under 1ms)
  • displaying L3 order book with reporting about price/amount updates of the individual orders

Price changes

crypto watcher

L3 order book

crypto watcher L3

Once cloned, run the following from a command line to run the app.

> dotnet restore
> dotnet run

You can modify the settings in appsettings.json to add or remove exchanges and symbols you'd like to watch. Also you can change mode between PriceChanges and L3.

After that, you're off to the moon. 🚀💎🙌

Inspired by: StonksWatcher

About

Cryptocurrency real-time prices and order book in the console application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages