Documentation of our currencies conversions API
format | string | True | json, xml, csv, proto | Free, Gold, Silver, Gold |
key | string | False | Free, Gold, Silver, Gold | |
source | string | True | Silver, Gold |
Free | Standard | Silver | Gold | |
Quotas | 100,000 | 1,000,000 | Unlimited | Unlimited |
Updates | OK | OK | OK | OK |
/daily-rate | KO | KO | OK | OK |
format | string | True | json, xml, csv, proto | Free, Gold, Silver, Gold |
key | string | False | Free, Gold, Silver, Gold | |
source | string | True | Silver, Gold |
Free | Standard | Silver | Gold | |
Quotas | 100,000 | 1,000,000 | Unlimited | Unlimited |
Updates | OK | OK | OK | OK |
/daily-rate | KO | KO | OK | OK |
Free | Standard | Silver | Gold | |
Quotas | Unlimited | Unlimited | Unlimited | Unlimited |
Updates | 1 hour | 30 minues | 10 minutes | 5 seconds |
{
"success": false,
"error": {
"code": 201,
"message": "User entered an invalid access key."
}
}
Code | Message | Description |
201 | Bad Request | You have entered an invalid access key. |
202 | Bad Request | You have exceeded your request quota |
400 | Bad Request | The request was invalid or cannot be otherwise served. An accompanying error message will explain further. Requests without authentication are considered invalid and will yield this response. |
401 | Unauthorized | Missing or incorrect authentication credentials. This may also returned in other undefined circumstances. |
403 | Forbidden | The request is understood, but it has been refused or access is not allowed. An accompanying error message will explain why. This code is used when requests are being denied due to update limits . Other reasons for this status being returned are listed alongside the error codes in the table below. |
404 | Not Found | The URI requested is invalid or the resource requested, such as a user, does not exist. |
406 | Not Acceptable | Returned when an invalid format is specified in the request. |
407 | Not Acceptable | Invalid currency code is specified in the request. |
408 | No Data | There is no data for the specified request. |
410 | Gone | This resource is gone. Used to indicate that an API endpoint has been turned off. |
413 | Request Entity Too Large | The request is larger than the server is willing or able to process. |
420 | Enhance Your Calm | Returned when an application is being rate limited for making too many requests. |
429 | Too Many Requests | Returned when a request cannot be served due to the application’s rate limit having been exhausted for the resource. See Rate Limiting. |
500 | Internal Server Error | Something is broken. This is usually a temporary error, for example in a high load situation or if an endpoint is temporarily having issues. Check in the developer forums in case others are having similar issues, or try again later. |
502 | Bad Gateway | The server API is down, or being upgraded. |