Errors
api_key
is provided:{
"status": "error",
"message": "invalid_api_key",
"description": "Invalid API key"
}
Error Status Codes Reference
Message | Status Code | Details |
---|---|---|
"not_found" | 404 | Client requested a non-existent resource/route |
"missing_api_key" | 401 | Client did not provide an API Key |
"invalid_api_key" | 401 | Client provided an invalid API Key |
"not_allowed" | 429 | Client doesn't have permission to access the requested route/feature |
"access_restricted" | 403 | Access restricted due to repeated over-use (status: 429) or other reasons |
"invalid_base" | 400 | Client requested rates for an unsupported base currency |
Modified at 2025-02-06 11:23:23