Monierate API
HomeIntrodutionGet API key
HomeIntrodutionGet API key
  1. Home
  • API Introduction
  • Authentication
  • Supported Currencies
  • Errors
  • Exchange Rates Endpoints
    • Latest rate
      GET
    • Platforms
      GET
    • Currencies
      GET
    • Convert
      POST
    • History
      GET
  1. Home

Errors

The Monierate API will return JSON error messages if an issue arises, helping you debug your applications and manage alerts.
All Monierate API errors follow a standard format.
Here’s an example, produced when an invalid api_key is provided:
{
    "status": "error",
    "message": "invalid_api_key",
    "description": "Invalid API key"
}

Error Status Codes Reference#

Here are some of the most common errors you may encounter:
MessageStatus CodeDetails
"not_found"404Client requested a non-existent resource/route
"missing_api_key"401Client did not provide an API Key
"invalid_api_key"401Client provided an invalid API Key
"not_allowed"429Client doesn't have permission to access the requested route/feature
"access_restricted"403Access restricted due to repeated over-use (status: 429) or other reasons
"invalid_base"400Client requested rates for an unsupported base currency
If you encounter an error not listed here or have any other issues, please don't hesitate to contact us.
Previous
Supported Currencies
Next
Latest rate
Built with