currencies
Get the default (primary) currency of the current administration.
Get the default currency of the current administration. This is an alias of /currencies/primary.
get/v1/currencies/default
Headers
X-Trace-Idstring uuid
Example:40c71bbb-c676-4f24-83cf-cc725d7d7a00
Unique identifier associated with this request.
Response
The default currency
Example response
{
"data": {
"type": "currencies",
"id": "2",
"attributes": {
"created_at": "2026-08-01T00:00:00+00:00",
"updated_at": "2026-08-01T00:00:00+00:00",
"enabled": true,
"code": "AMS",
"name": "Ankh-Morpork dollar",
"symbol": "AM$",
"decimal_places": 2
}
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.