---
title: "List enabled currencies"
method: GET
path: "/currency/lists"
tags: ["Currency"]
---

# List enabled currencies

`GET /currency/lists`

Returns the currencies enabled for the authenticated tenant from its user_settings configuration, including the configured default currency when available.

## Response `200`

Enabled currencies for the authenticated tenant

- EnabledCurrenciesResponse
  - `success` true, required
  - `currencies` Currency[], required
    - `id` integer, required
    - `name` string, required
    - `short_name` string, required — ISO-style currency code used by the API and payment providers.
    - `symbol` string, required — Currency symbol as stored by BillingServ; it may contain an HTML entity.
    - `conversion` number, double, required
    - `position` integer, required
    - `created_at` string, date-time, nullable
    - `updated_at` string, date-time, nullable
    - `deleted_at` string, date-time, nullable

## Other responses

- `401` — Missing or invalid API key
- `403` — Authenticated key does not have permission for this endpoint
- `429` — Rate limit exceeded

---

[API](https://skmtc.net/b-cdn/apis/billingserv-api-v2.md) · [All operations](https://skmtc.net/b-cdn/apis/billingserv-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/b-cdn/billingserv-api-v2/revisions/76cfbed5eb40/schema)
