---
title: "List all currencies"
method: GET
path: "/data/currencies"
tags: ["Currencies"]
---

# List all currencies

`GET /data/currencies`

## Overview

Get all available currencies with their codes, names, and the countries where each currency is used. Perfect for building currency selection interfaces.

## When to Use

- **Currency dropdowns** - Populate currency selection lists
- **Price display** - Show prices in different currencies
- **Currency conversion** - Get currency information for conversion
- **Reference data** - Get currency codes for use in booking endpoints

## What You Get

- **Currency list** - All available currencies
- **Currency codes** - ISO currency codes (e.g., "USD", "EUR", "GBP")
- **Currency names** - Full currency names
- **Country mapping** - Countries where each currency is used

## Quick Start

No parameters required. Returns all currencies with codes, names, and country mappings.

## Query parameters

- `timeout` number, float

## Response `200`

OK

- object
  - `data` object[]
    - `code` string, required
    - `currency` string, required
    - `countries` string[]

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.net/liteapi/apis/api-search.md) · [All operations](https://skmtc.net/liteapi/apis/api-search/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/liteapi/api-search/versions/315ba2a4dcf4/schema)
