List Available Currencies

GET {{baseUrl}}/currencies/available

This endpoint allows you to fetch a list of available currencies alongside their details.

metadata.read- Metadata Read Only

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"status":"\u003cnumber\u003e","success":"\u003cboolean\u003e","data":[{"id":"\u003cnumber\u003e","country_name_en":"\u003cstring\u003e","country_name_ar":"\u003cstring\u003e","country_code":"\u003cstring\u003e","currency_code":"\u003cstring\u003e","currency_name_en":"\u003cstring\u003e","currency_name_ar":"\u003cstring\u003e"},{"id":"\u003cnumber\u003e","country_name_en":"\u003cstring\u003e","country_name_ar":"\u003cstring\u003e","country_code":"\u003cstring\u003e","currency_code":"\u003cstring\u003e","currency_name_en":"\u003cstring\u003e","currency_name_ar":"\u003cstring\u003e"}]}