v1
latestOpenAPI 3.1.02026-07-2418049.3 KBCurrency 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
Example response
{
"status": true,
"message": "Data received successfully",
"data": {
"currencyList": [
{
"currency": "KWD",
"kwd_rate": "1.000"
}
]
}
}