There seems to be a lot of unnecessary blending of GDAX documentation and Coinbase Pro documentation. I understand the GDAX is going to be deprecated, but some of the code still works.
I am unable to retrieve order information using the Coinbase Pro api. I am using the following URI:
https://api.pro.coinbase.com/
is this the right URI? When I try to use https://api.pro.coinbase.com/accounts
or https://api.pro.coinbase.com/orders
I get undefined
Going by the documentation on the Coinbase site isn't helping. Is there a better package/repository out there that I can use?
I'm also seeing a general slow deterioration of the Node.js ecosystem and the functioning of the underlying code, so that might be the issue as well.
Any feedback would be greatly appreciated.