The node.js tests : https://github.com/coinbase/coinbase-node/tree/master/test & documentation : https://github.com/coinbase/coinbase-node do not appear to describe tests or functionality that return all activity on account. I'm attempting to access all buys and sells of currencies for an account. Is this functionality available ? Can view via an api call buys and sells for an account for each currency coinbase supports ?
Update : im attempting to access cummulative sum of all purchases for all currencies within coinbase portfolio. Is my method above the canocical way to achieve this ?