Skip to content

Latest commit

 

History

History
10 lines (5 loc) · 531 Bytes

README.md

File metadata and controls

10 lines (5 loc) · 531 Bytes

Simple script that prints the total value of all cryptocurrency holdings in a GDAX account in a base fiat currency.

It reads GDAX API keys from 'gdaxConfig.json' to authenticate.

To print the value in a different currency, change the BASE_CURRENCY constant.

Example use case

To save net worth history to a log file, one might set up a cron job that runs node printNetWorth.js >> accountHistory.txt periodically.