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
-
partnerCodeUnique code assigned to the partner
-
partnerNameName of the partner
-
tradedRateEntryListList of traded rate entries
-
currencyIsoCodeISO code of the currency
-
baseCurrencyCodeISO code of the base currency
-
tradedRateCurrent traded rate
-
dealAmountAmount of the deal
-
totalExchangeAmountTotal exchange amount
-
tradedAtTimestamp when the trade was made
-
dealIdUnique identifier of the deal
-