Request Currency Conversion Rate & Value Multiple Exchanger - POST
Request body
Example request
{
"amount": 2.5,
"from": "USD",
"to": "AED",
"decimalPoints": 4,
"cacheTime": "120s",
"exchanger": [
{
"name": "yahoo"
},
{
"name": "google"
},
{
"name": "themoneyconverter",
"userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:21.0) Gecko/20100101 Firefox/21.0"
}
]
}Response
successful operation
Example response
{
"from": "USD",
"to": "AED",
"originalAmount": 1.54,
"exchangeValue": 17.91,
"convertedAmount": 27.5814,
"convertedText": "1 USD is worth 3.675 AED",
"exchangerName": "google",
"rateDateTime": "2018-09-25T12:17:17Z"
}Changes
Changed in 4 of the 13 revisions of this API.110
- ○
api operation id
ConvertCurrencyremoved and replaced withConvertCurrencyPostapi-operation-id-removed
- ○
- ○
added the non-success response with the status
response-non-success-status-added
- ○
added the non-success response with the status
response-non-success-status-added
- ○
added the success response with the status
response-success-status-added
- ○
- ○
api operation id
addPetremoved and replaced withConvertCurrencyapi-operation-id-removed
- ○
the endpoint scheme security
petstore_authwas removed from the APIapi-security-removed
- ○
- ▲
removed the success response with the status
response-success-status-removed
- ○
api operation id
ConvertCurrencyPostremoved and replaced withaddPetapi-operation-id-removed
- ○
the endpoint scheme security
petstore_authwas added to the APIapi-security-added
- ○
removed the non-success response with the status
response-non-success-status-removed
- ○
removed the non-success response with the status
response-non-success-status-removed
- ▲