ExchangeRate-API · Arazzo Workflow
ExchangeRate-API Pair Amount Conversion
Version 1.0.0
Validate currencies against supported codes, then convert a specific amount.
View Spec
View on GitHub
Currency ExchangeForeign ExchangeFinancial DataForexCurrency ConversionPublic APIsArazzoWorkflows
Provider
Workflows
pair-amount-conversion
Convert a specific amount between two currencies after confirming support.
Looks up the supported currency codes, then converts the supplied amount from the base currency to the target currency at the current exchange rate.
1
listSupportedCodes
getSupportedCodes
Retrieve the supported ISO 4217 currency codes to confirm the base and target currencies are available before converting.
2
convertAmount
getPairConversionWithAmount
Convert the supplied amount from the base currency to the target currency, returning the live rate and the converted result.