ConversionResponse
This model represents the response returned after a successful currency conversion request. You receive this model with all the conversion details including the converted amount and exchange rate.Fields
Source currency code used in the conversion.
Target currency code used in the conversion.
Original amount requested for conversion.
Converted amount in the target currency.
Exchange rate used for conversion.
When the rate was fetched.
Providers of rates.
Example
ExchangeRateResponse
This model represents the response returned when requesting exchange rate information between two currencies. You receive this model when querying the current exchange rate without performing a conversion.Fields
Source currency code.
Target currency code.
Exchange rate used for conversion.
When the rate was fetched.
Providers of rates.
Example
SupportedCurrenciesResponse
This model represents the response returned when requesting the list of supported currencies. You receive this model to discover which currency codes are available for conversion.Fields
List of currency codes supported by the API.
