Skip to content

Displays an orderbook upto 10 levels using Coinbase API

Notifications You must be signed in to change notification settings

elrasp/orderbook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Orderbook

Displays an orderbook upto 10 levels using the Coinbase API

Tests

Coinbase API

The WebSocket Feed of the Coinbase API is used. More information about the API can be obtained from its documentation

Java Version

The project has been built using Java JDK 17.0.4

How to run

java -jar target/orderbook-1.0-SNAPSHOT-jar-with-dependencies.jar BTC-USD

  • Takes a single command line argument that indicates the product id for which the market data feed is required. If the product id is not provided by default BTC-USD will be considered.
  • Use CRTL + C to exit

About

Displays an orderbook upto 10 levels using Coinbase API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages