Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Endpoints moved #95

Closed
matthewsheahan opened this issue Jan 17, 2025 · 2 comments
Closed

Endpoints moved #95

matthewsheahan opened this issue Jan 17, 2025 · 2 comments

Comments

@matthewsheahan
Copy link

Coinbase has moved some number of its endpoints, possibly around January 6th, and requests to the old URLs are throwing 401 Unauthorized errors. At minimum, endpoints affected include Get Public Product Book, which moved from the URL tracked in this project,

https://api.coinbase.com/api/v3/brokerage/product_book

to

https://api.coinbase.com/api/v3/brokerage/market/product_book

and the List Public Products endpoint, which went from

https://api.coinbase.com/api/v3/brokerage/products

to

https://api.coinbase.com/api/v3/brokerage/market/products

Copy link

Thank you for reporting! If this is an SDK specific issue, we will look into it and get back to you soon. If this is an API related request, report it in our Advanced API Discord instead (use this invite link if it's your first time accessing the Discord).

@urischwartz-cb
Copy link
Contributor

Hi, the endpoints with /market/ are the public endpoints that don't require authentication. The others require being signed with an API key in order to get a response -- otherwise you will get the 401.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants