hello, what is the minimun amount of money that a user can send on Coinbase.com or Coinbase Pro? Is it 2USD or 3USD?
Hi, additional question. I have setup my Commerce and used Coinbase account to pay. Now, i dont understand why i’m receiving the error “the price of this item is less than the minimum send amount on coinbase”. Having that said, what is the minimum send anount?
Hi @goodboy! Thank you for taking an interest in trying out Coinbase APIs. For the details regarding your inquiries, we will check on this for you with our team to see how we can best assist. We’ll get back to you once we have more information. Keep in touch!
Hi @goodboy! We appreciate your interest in utilizing Coinbase Cloud products and services, and we’re glad to help!
We understand that you wanted to know the minimum amount of money that a user can send on Coinbase.com or Coinbase Pro. With this, you may use the following endpoints to be able to get the minimum amount of money a user can send for a specific currency:
-
Get Fiat Currencies
- By pushing a GET request to the Get Fiat Currencies endpoint, the response will return a list of known fiat currencies with its details. The “min_size” parameter is the minimum amount of money that the user can send on that currency. You may refer to the example response below:
...
id: "USD",
name: "US Dollar"
min_size: "0.01000000"
...
The minimum value for sending a USD currency is “0.01000000”.
-
Get all known currencies
- By pushing a GET request to the Get all known currencies endpoint, the response will return a list of all known currencies for both fiat currencies and cryptocurrency with its details. The response that you get when you try calling this endpoint can be used by both coinbase.com and Coinbase Pro. The “min_size” parameter is the minimum amount of money that the user can send on that currency. You may refer to the example response below:
...
"id": "USD",
"name": "United States Dollar",
"min_size": "0.01",
"max_precision": "0.01",
"status": "online",
"details": {
"type": "fiat",
"symbol": "$",
"sort_order": 1,
"push_payment_methods": [
"bank_wire",
"fedwire",
"swift_bank_account",
"intra_bank_account"
],
...
The minimum value for sending a USD currency is “0.01”.
For your question, “Is it 2USD or 3USD?”, the answer is no. It depends on the currency you want to send. So, we suggest you utilize the mentioned endpoints above to know the minimum amount of money you can send for a specific currency.
Since the information regarding the minimum amount of money a user can send was not explicitly mentioned in the documentation, rest assured that this feedback has been forwarded to our internal team so we can continue to improve our user experience. Most new features and improvements to our 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 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
With regard to your concern about the “the price of this item is less than the minimum send amount on coinbase” error you are receiving, we’re happy to help! But first we’ll need you to provide us with the following information so that we can further assist you with your concern:
- What was the amount that you tried to send when you got the error?
- Can you provide a screenshot of the request and error that you received?
Once you send us the information requested above, we’ll work to quickly address your concern.
We hope we were able to help you with some of your concerns. Have a great day!