v1

latestOpenAPI 3.1.02026-07-2418049.3 KB

Currency Rate List

This API can be used to fetch the currency rate in KWD for the list of other currencies. Using the get-currency-rate-list API, you can get KWD rate for the currency you want to process.

get/get-currency-rate-list

Headers

Authorizationstring

Response

201

statusboolean
messagestring

Example response

{
  "status": true,
  "message": "Data received successfully",
  "data": {
    "currencyList": [
      {
        "currency": "KWD",
        "kwd_rate": "1.000"
      }
    ]
  }
}