Incorrect API mappings?

Pro API Mapping | Coinbase Cloud shows that:

  1. Get Product | Coinbase Cloud maps to Get a currency | Coinbase Cloud.
  2. Currencies | Coinbase Cloud maps to Get all known currencies | Coinbase Cloud.

How can I use mapped APIs to get same info? Like max_precision and min_withdrawal_amount

Hello @muktupavels! Thank you for taking an interest in trying out Coinbase APIs. For the details regarding your concern, we will check on this for you with our team. We will get back to you once we have more information. Keep in touch!

Hello @muktupavels! Thank you so much for your patience. We would like to clarify with you that upon checking in the Pro API Mapping, Get Product | Coinbase Cloud does not map to Get a currency | Coinbase Cloud. Instead, the mapping shows that Get single product endpoint for Pro maps to Get Product endpoint of Advanced Trade API and they also have a similar response body. With regards to your concern on how you can get the same info for max_precision, you may refer to the base/quote increment from List Products to denote what the precision is for a pair. As for the min_withdrawal_amount , we will get back to you on this as the team is still at work to provide you with accurate information for this. We will get back to you as soon as we can. Have a good day!

base/quote increment from List Products is not exactly a valid replacement for max_precision. For some product pairs (e.g. FOX-USD, FOX-USDT), the quote_increment is shown as 0.0001, however when trying to create an order using that precision I am met with an INVALID_SIZE_PRECISION error. The correct precision for USD and USDT should be 0.01.

1 Like

Hello @dan_armstrong! Thank you for pointing out that the base/quote increment from List Products is not exactly a valid replacement for max_precision. Hence, we would like to inform you that we have logged this as a feedback with our internal teams and we will get back to you once we already have accurate information for this.

As for @muktupavels’s concern about the min_withdrawal_amount, you may find this by visiting this link (Coinbase Exchange | Institutional Trading Platform), wherein the Min Withdrawal value for each asset is indicated. We hope this helps.

Thank you for your patience! Have a great day!

1 Like

I am writing software and waiting for equivalent API to port my app from Pro to AT… How visiting mentioned link helps here? Just add currencies API that is similar/same as Pro API!

Hi @muktupavels! We understand your concern regarding the availability of Currencies endpoint on Advanced trade that is similar to Exchange/Pro. Rest assured that we’ve logged this as a feature request so you can use an endpoint that would return min_withdrawal_amount that you need for your software. Most new features and improvements to Coinbase products come directly from feedback like yours, so it’s very valuable to us. While we can’t offer any specific timeline for adding features, we are constantly working to build products that our customers will love.

If you want to stay up to date on the latest from Coinbase Cloud, you can also bookmark the following webpage and subscribe to email updates at the bottom of the page: https://www.coinbase.com/cloud/discover

We appreciate your patience and understanding on this. Thank you!

1 Like