You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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,
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).
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.
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
The text was updated successfully, but these errors were encountered: