CurrencyExchangeRateQuery Model

Represents a query for current cached exchange rates to a given currency

Required MaxLength(8)
BaseCurrency : string

The base currency that all exchange rates should be relative to. (i.e. rate for converting TO this currency)

Nullable
FilteredCurrencies : string []

Only include exchange rates for the rates specified here. If null, include ALL rates

Example
{
  "BaseCurrency": "string value",
  "FilteredCurrencies": ["string value"]
}