bennycode / coinbase-pro-node

Coinbase API written in TypeScript and covered by tests.
https://bennycode.com/coinbase-pro-node
MIT License
255 stars 62 forks source link

Coinbase Pro doesn't exist (tutorial) #949

Closed aPinix closed 2 months ago

aPinix commented 6 months ago

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.

kachurovskiy commented 6 months ago

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?

bennycode commented 5 months ago

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.