---
title: "Gets the current Currency Settings"
method: GET
path: "/api/v1/settings/currency"
tags: ["Currency"]
---

# Gets the current Currency Settings

`GET /api/v1/settings/currency`

## Response `200`

Success

- TempestResponseCurrencySettings
  - `meta` object, nullable
  - `links` TempestLink[], nullable
    - `rel` string, nullable
    - `href` string, nullable
  - `validation_result` TempestValidationError[], nullable
    - `member_names` string[], nullable
    - `error_message` string, nullable
  - `errors` object, nullable
  - `data` CurrencySettings
    - `currency_code` string, nullable
    - `country_code` string, nullable
    - `currency_symbol` string, nullable
    - `current_html_symbol` string, nullable

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.dev/ekm/apis/ekm-partner-api.md) · [All operations](https://skmtc.dev/ekm/apis/ekm-partner-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ekm/ekm-partner-api/revisions/853bef073bb3/schema)
