---
title: "Get the default (primary) currency of the current administration."
method: GET
path: "/v1/currencies/default"
tags: ["currencies"]
---

# Get the default (primary) currency of the current administration.

`GET /v1/currencies/default`

Get the default currency of the current administration. This is an alias of `/currencies/primary`.

## Headers

- `X-Trace-Id` string, uuid

## Response `200`

The default currency

- CurrencySingle
  - `data` CurrencyRead, required
    - `type` string, string, required — Immutable value
    - `id` string, string, required
    - `attributes` CurrencyProperties, required
      - `created_at` string, date-time
      - `updated_at` string, date-time
      - `enabled` boolean — Defaults to true
      - `primary` boolean — Is the primary currency?
      - `code` string, string, required
      - `name` string, string, required
      - `symbol` string, string, required
      - `decimal_places` integer — Supports 0-16 decimals.

## Other responses

- `400` — Bad request
- `401` — Unauthenticated
- `404` — Page not found
- `500` — Internal exception

---

[API](https://skmtc.dev/firefly-iii/apis/firefly-iii-api-develop.md) · [All operations](https://skmtc.dev/firefly-iii/apis/firefly-iii-api-develop/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/firefly-iii/firefly-iii-api-develop/revisions/8a1f6472e04b/schema)
