FinanceActive

Currency Exchange Rates

Live forex rates from ECB. 30+ currencies supported. Updated every hour. Ideal for financial agents and invoice systems.

Endpointx402 Payment Required

POST

https://agentsvc.io/api/v1/services/exchange-rates/call

Price

$0.001 USDC

Latency P99

~300ms

Provider

agentsvc.io

Input Schema

{ "type": "object", "properties": { "base": { "type": "string", "default": "EUR", "description": "Base currency (e.g. USD, EUR, GBP)" }, "symbols": { "type": "array", "items": { "type": "string" }, "description": "Target currencies to return. Empty = all." } } }

Output Schema

{ "type": "object", "properties": { "base": { "type": "string" }, "date": { "type": "string", "format": "date" }, "rates": { "type": "object", "additionalProperties": { "type": "number" }, "description": "Map of currency code to exchange rate" }, "source": { "type": "string" } } }

Code Examples

curl -X POST "https://agentsvc.io/api/v1/services/exchange-rates/call" \
  -H "Content-Type: application/json" \
  -H "X-Payment: x402 usdc base <your-signed-payment>" \
  -d '{
  "url": "https://example.com"
}'

Tags

#forex#finance#currency#exchange#ecb

Service Info

Service IDsvc_exchange_03
Categoryfinance
StatusActive
ChainBase (USDC)
Protocolx402
Read API Documentation →