v1
latestOpenAPI 3.1.02026-07-242325051.4 MBCore Data
Currencies
Get all currencies that are available in our system.
get/v2/currencies
Response
OK
Example response
{
"currencies": [
{
"id": 1,
"tag": "EUR",
"name": "Euro",
"isoCurrencyNumber": 978,
"symbol": "€",
"exchangeRate": 1,
"createdAt": "2024-06-04T08:15:00+01:00",
"modifiedAt": "2024-06-04T08:15:00+01:00",
"deletedAt": "A-1234-4321"
}
],
"total": 10
}