List Fx Rates
GET
/fx-rate-api/list/fx/rates
This endpoint retrieves a list of available foreign exchange rates. A partner would call this endpoint to retrieve the current FX rates for use in their application. This endpoint is typically used when a partner needs to display or utilize FX rates in their system.
Request body (optional)
This endpoint accepts a body with no declared schema.
Response 200
| Field | Type | Description |
|---|---|---|
| rateId | string | — |
| fxDealRate | number | — |
| country | string | — |
| createdBy | string | — |
| dateCreated | string | — |
| activeStatus | boolean | — |
| closeTime | string | — |
| sendPendingEmailNotificationTime | string | — |
| emailSendingPickUpStatus | boolean | — |
| fxWindow | string | — |
| approvalStatus | string | — |