v1
latestOpenAPI 3.0.12026-07-243686491.1 MBCurrencies
Retrieve a list of currencies
get/api/v1/currencies
Query parameters
pageinteger
page number to retrieve (starts with 0)
perPageinteger
number of items per page (between 1 and 100, default 10)
identifierstring nullable
Allows to filter by ISO Alpha-3 currency code
Example:eur
Response
List of currencies that match the criteria
Example response
{
"data": [
{
"id": 1,
"identifier": "DKK",
"name": "Danish krone",
"decimals": 2
}
]
}