currencies
Get the primary currency of the current administration.
Get the primary currency of the current administration. This replaces what was called "the user's default currency" although they are essentially the same.
get/v1/currencies/primary
Headers
X-Trace-Idstring uuid
Example:40c71bbb-c676-4f24-83cf-cc725d7d7a00
Unique identifier associated with this request.
Response
The primary 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.