coinbase-pro-node
coinbase-pro-node copied to clipboard
Coinbase Pro doesn't exist (tutorial)
In your .env.defaults you have:
# Your production API key from: https://pro.coinbase.com/profile/api
COINBASE_PRO_API_KEY=""
COINBASE_PRO_API_SECRET=""
COINBASE_PRO_PASSPHRASE=""
The Coinbase Pro link doesn't exist anymore.
I believe COINBASE_PRO_PASSPHRASE is also not provided by the API.
Yeah, the code in this repo looks good and seems to be pointing to the right URLs but it's confusing that nowhere does it mention Advanced Trade API and instead talks about Pro and passphrase. Coincidentally it doesn't work for me for Advanced Trade except for the WS public data - does it work for you?
There is a discussion here: https://github.com/bennycode/coinbase-pro-node/discussions/783
Unfortunately, Coinbase discontinued the Pro API (see here) which is why I will also discontinue this library.