Actually available for Coinbase Pro only.
A simple way to view your portfolio in realtime.
Based on Nest framework.
$ npm install
All the configuration is stored in the .env
file from the root directory.
You need to generate Coinbase Pro API keys from here: Coinbase
PORT=3000 # Webserver port
BASE_CURRENCY=EUR # EUR or USD
TERMINAL_OUTPUT=false # To show the portfolio in the terminal
COINBASE_API_KEY=
COINBASE_API_SECRET=
COINBASE_WSS_FEED_URL=wss://ws-feed.exchange.coinbase.com
COINBASE_PORTFOLIO_REFRESH_INTERVAL=600 # In seconds (10 minutes by default)
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
Just open your browser and go to http://localhost:3000/
- Author - Robert Cojocaru
- Website - https://www.xiltec.es
This project is licensed under the MIT License - see the License file for details