Retrieve a currency list
Retrieve a currency list.
Authorizations:Token, JWT
Query Parameters
page | integerDefault: 1 The collection page number |
itemsPerPage | integer>= 0Default: 30 The number of items per page |
Responses
200Currency collection
Response schema:
Currency collection Array
code | string |
rate | number |
prefix | string |
suffix | string |
precision | integer |
decimalDelimiter | string |
thousandDelimiter | string |
default | boolean |
countries | Array of strings |
id | integer>= 0 |
401Unauthorized
Response schema:
Unauthorized type | string |
title | string |
detail | string or null |
instance | string or null |
500Internal error
Response schema:
Internal error type | string |
title | string |
detail | string or null |
instance | string or null |