Skip to main content

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: EUR
targetCurrencyCurrency (string)required

Currency alphabetic code as specified by ISO 4217

Possible values: >= 3 characters and <= 3 characters

Example: EUR
FxRateRequest
{
"sourceCurrency": "EUR",
"targetCurrency": "EUR"
}