GET
/
v1
/
ecb
/
{fromCurrency}
/
{toCurrency}
curl --request GET \
  --url https://integration-api-cat2./%7B{environment}%7D.ext.%7B{realm}%7D.cia.enfuce.com/exchange-rate/v1/ecb/{fromCurrency}/{toCurrency}
{
  "rate": 123
}

Path Parameters

fromCurrency
string
required

Any ECB supported currency with valid ISO 4217 currency code

Example:

"EUR"

toCurrency
string
required

Any ECB supported currency with valid ISO 4217 currency code

Example:

"EUR"

Query Parameters

auditUser
string
required

The audit user to log the request

Response

200
application/json
rate
number

ECB Exchange Rate