List Currencies

GET {{baseUrl}}/currencies

This endpoint allows you to fetch and display a list of all currencies alongside their details, such as name, code, symbol and status.

OAuth Scopes


metadata.read

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"status":200,"success":true,"data":[{"name":"ريال سعودي","code":"SAR","symbol":"ر.س","status":"disabled"},{"name":"درهم اماراتي","code":"AED","symbol":" د.إ","status":"enabled"},{"name":"جنيه مصري","code":"EGP","symbol":"ج.م","status":"enabled"},{"name":"دولار أمريكي","code":"USD","symbol":"$","status":"enabled"}]}