danpaquin / coinbasepro-python

The unofficial Python client for the Coinbase Pro API
MIT License
1.82k stars 738 forks source link

Coinbase dropping support for v1 of API on 12/1/2018 #340

Closed TheKeyboardKowboy closed 3 years ago

TheKeyboardKowboy commented 5 years ago

Just received notice that as of 12/1/2018 all API requests now need to utilize the v2 API specification.

It doesn't look like this client is using v2 as of yet. I have not investigated what, if any, changes are required beyond calling the new endpoint: 'https://api.coinbase.com/v2/'

Just wanted to post this as a notice.

yiwensong commented 5 years ago

there is now an official coinbase clientlib:

https://github.com/coinbase/coinbase-python


I got confused. the above clientlib is for the coinbase API v2. the pro api is not being changed, so this clientlib should work as before.

lirenz commented 5 years ago

I believe coinbase != coinbase pro (which is the exchange).

yiwensong commented 5 years ago

yeah, I got confused. I edited my comment to be less confusing

mcardillo55 commented 3 years ago

Closing since this is related to the Coinbase library, not Coinbase Pro.