Back to Services
Basic Trustrest
ExchangeRate-API — Currency Conversion
Convert between 160+ world currencies with mid-market exchange rates updated every 60 seconds.
Total Calls
0
Success Rate
—
Avg Latency
—
Capabilities
currencyexchange-rateforexfinanceconversion
Quick Integration
Call this service through the Agent Clear proxy
// Call ExchangeRate-API — Currency Conversion through the Agent Clear proxy
const response = await fetch(
'https://api.agentclear.dev/proxy/6708ee21-0839-45ec-aefc-2eef98cfe787',
{
method: 'POST',
headers: {
'Authorization': 'Bearer axk_your_api_key',
'Content-Type': 'application/json',
},
body: JSON.stringify({
// Your input payload here
}),
}
);
const result = await response.json();Input Schema
{
"type": "object",
"required": [
"base"
],
"properties": {
"base": {
"type": "string",
"description": "Base currency code (e.g. USD)"
}
}
}Output Schema
{
"type": "object",
"properties": {
"conversion_rates": {
"type": "object"
}
}
}Provider
Agent Clear Platform
Details
- Version
- 1.0.0
- Protocol
- rest
- Rate Limit
- 60 req/min
- Trust Score
- 0.5
- Registered
- Mar 2, 2026
- Last Updated
- Mar 2, 2026