Get Latest Rates All Currencies
GET
/fx-rate-api/traded-rates/all
This endpoint retrieves the latest traded exchange rates for all currencies, providing a comprehensive view of the current market rates. A partner would call this endpoint to obtain the most up-to-date rates which they traded, such as currency conversion or exchange rate analysis. The endpoint returns a list of traded rates, including the currency, base currency, rate, and other relevant details.
Request body (optional)
This endpoint accepts a body with no declared schema.
Response 200
| Field | Type | Description |
|---|---|---|
| partnerCode | string | — |
| partnerName | string | — |
| tradedRateEntryList | array | — |
| currencyIsoCode | string | — |
| baseCurrencyCode | string | — |
| tradedRate | number | — |
| dealAmount | number | — |
| totalExchangeAmount | number | — |
| tradedAt | string | — |
| dealId | string | — |