exchangeRatesForCurrencies
fun exchangeRatesForCurrencies(srcCurrency: IsoCurrencyEnumDto, targetCurrency: IsoCurrencyEnumDto): M8tyCurrencyExchangeRateModel
Fetches the latest exchange rate from a source currency to a target currency.
Return
an instance of M8tyCurrencyExchangeRateModel containing the exchange rate information from the source currency to the target currency.
Parameters
srcCurrency
the source currency (ISO format).
targetCurrency
the target currency (ISO format).
Throws
if the response status is not successful.