β οΈErrors
Moneroo API is RESTful and as such, uses conventional HTTP response codes to indicate the success or failure of requests. This section describes the summary of these codes and what they mean in our context.
Summary
Codes in the 2XX range mean that the API request was processed successfully.
Codes in the 4XX range mean that something was wrong with the data that you sent. For example, you might have missed some required parameters/headers, or you might be using the wrong API credentials.
Codes in the 5XX range indicate an error in processing on our end
Common HTTP Codes
Last updated