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.
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"status":"\u003cnumber\u003e","success":"\u003cboolean\u003e","data":[{"name":"\u003cstring\u003e","code":"\u003cstring\u003e","symbol":"\u003cstring\u003e","status":"disabled"},{"name":"\u003cstring\u003e","code":"\u003cstring\u003e","symbol":"\u003cstring\u003e","status":"disabled"}]}