Get Latest Rate By Currency
GET
/fx-rate-api/traded-rates/{currencyCode}
This endpoint retrieves the latest traded FX rate for a specified currency code, providing real-time data for partners to make informed decisions. A partner would call this endpoint when they need to access the current rate they traded for a particular currency in order to facilitate transactions or pricing. The endpoint returns the latest traded rate along with associated deal information.
Path parameters
-
currencyCoderequired
Request body (optional)
This endpoint accepts a body with no declared schema.
Response 200
-
partnerCodeA unique code assigned to the partner using the API.
-
partnerNameThe name of the partner using the API.
-
tradedRateEntryAn object containing information about a single traded rate entry.
-
currencyIsoCodeThe ISO code of the currency for which the traded rate is applicable.
-
baseCurrencyCodeThe base currency code for the traded rate.
-
tradedRateThe traded rate value.
-
dealAmountThe amount of the deal in the base currency.
-
totalExchangeAmountThe total exchange amount for the deal.
-
tradedAtThe timestamp when the traded rate was applied.
-
dealIdA unique identifier for the deal.
-