CSL Pay Developers

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

  • partnerCode string
    Unique code assigned to the partner
  • partnerName string
    Name of the partner
  • tradedRateEntryList array7 fields
    List of traded rate entries
    • currencyIsoCode string
      ISO code of the currency
    • baseCurrencyCode string
      ISO code of the base currency
    • tradedRate number
      Current traded rate
    • dealAmount number
      Amount of the deal
    • totalExchangeAmount number
      Total exchange amount
    • tradedAt string
      Timestamp when the trade was made
    • dealId string
      Unique identifier of the deal