List Available Currencies

GET https://api.salla.dev/admin/v2/currencies/available

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

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"status":"\u003cnumber\u003e","success":true,"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"}]}