Retrieve all currencies
Retrieve all currencies
Authorizations:Token
Query Parameters
| _cnd[limit] | Array of stringsSets the offset (first item) and the limit (second item) | 
| _cnd[orderBy] | Array of stringsSets sorting order field | 
Responses
200Success
Response schema: 
Success Array
| currency_id | integer | 
| code | string | 
| symbol | string | 
| prefix | string | 
| suffix | string | 
| e | string | 
| decimalDelimiter | string | 
| thousandDelimiter | string | 
| orders | Array | 
| countries | Array |