/coinbasepro-book

Coinbase Pro Websocket Feed L2 Trade Book

Primary LanguageJavaScript

README

Coinbase Pro L2 Book

  • Uses Coinbase Pro Websocket Feed to manage a local L2 Trading Book
  • Implemented using the Full Websocket channel

Prequisites

  • NodeJS (I used v14.16.0)
  • Internet Connection (to connect to CB APIs)

Setup

Install Node Dependencies

npm install

Run

Start Book:

npm run start

Run Tests:

npm run test