latest exchange rates for a base currency, refreshed continuously.
{
"success": true,
"message": "",
"data": {
"order_id": "W2A1739512345abcdef01",
"result": {
"base_currency": "USD",
"rates": {
"EUR": "0.868282",
"GBP": "0.743799",
"INR": "95.0968"
},
"as_of": "2026-08-04 13:32:00+00"
}
}
}
{
"success": false,
"message": "Rates of provided currency ZZZ are not available in our database!",
"data": {
"order_id": "W2A1739512345abcdef01",
"error_code": "Not Found Exception"
}
}
| Code | Meaning |
|---|---|
| 200 | OK — Request successful |
| 400 | Bad Request — Missing or invalid parameters |
| 401 | Unauthorized — Invalid or missing API key |
| 429 | Too Many Requests — Rate limit exceeded |
| 500 | Server Error — Try again later |
Start with free trial API calls. No credit card required.
Get API Key — Free Browse All APIs