FxRateRequest
(In Development)
Currency conversion rate token request, used to obtain exchange rate conversion token. The structure contains the required parameters to issue
sourceCurrencyCurrency (string)required
Currency alphabetic code as specified by ISO 4217
Possible values: >= 3 characters and <= 3 characters
Example:
EURtargetCurrencyCurrency (string)required
Currency alphabetic code as specified by ISO 4217
Possible values: >= 3 characters and <= 3 characters
Example:
EURFxRateRequest
{
"sourceCurrency": "EUR",
"targetCurrency": "EUR"
}