ForEX Providers
Description¶
The forExProviders endpoint is used to retrieve the list of Foreign Exchange (ForEx) providers available in the application.
Request¶
Endpoint¶
/ui/refdata/v1/forExProvidersMethod¶
GET
Response¶
[
    {
        "value": "Idera, Inc. (ExchangeRatesAPI.io)",
        "name": "IDERA_INC"
    },
    {
        "value": "Wise.com",
        "name": "WISE_COM"
    },
    {
        "value": "XE.com",
        "name": "XE_COM"
    }
]
Tabular Format
| ForEx PROVIDER VALUE | ForEX PROVIDER NAME | 
|---|---|
| Idera, Inc. (ExchangeRatesAPI.io) | IDERA_INC | 
| Wise.com | WISE_COM | 
| XE.com | XE_COM | 
Updated As Of Version: 6.7.1.0