ExchangeRate-API · Arazzo Workflow
ExchangeRate-API Enriched Pair Display
Version 1.0.0
Build a display-ready conversion with currency name, symbol, and flag.
View Spec
View on GitHub
Currency ExchangeForeign ExchangeFinancial DataForexCurrency ConversionPublic APIsArazzoWorkflows
Provider
Workflows
enriched-pair-display
Assemble a display-ready pair conversion with enriched target metadata.
Resolves the supported codes, fetches the enriched pair conversion (rate plus target currency locale, name, symbol, and flag), and pulls the latest rate table for the base currency to round out the display context.
1
listSupportedCodes
getSupportedCodes
Retrieve the supported ISO 4217 currency codes to confirm both currencies are available before building the display.
2
getEnriched
getEnrichedPair
Fetch the enriched pair conversion, returning the rate together with the target currency's locale, name, display symbol, and flag URL.
3
getLatest
getLatestRates
Pull the latest rate table for the base currency to provide additional context alongside the enriched single-pair conversion.