---
title: "List currencies"
method: GET
path: "/generals/currencies/"
tags: ["Collections"]
---

# List currencies

`GET /generals/currencies/`

Reference catalogue of currencies. Public endpoint — does not require
authentication or workspace headers.

## Query parameters

- `page` integer
- `page_size` integer
- `country` string
- `name` string

## Response `200`

Paginated currency list.

- object
  - `count` integer, required — Total number of items matching the filter.
  - `next` string, uri, nullable — URL of the next page, or `null` if last page.
  - `previous` string, uri, nullable — URL of the previous page, or `null` if first page.
  - `results` GeneralCurrency[], required — The items in the current page.
    - `id` string — ISO-4217 code.
    - `name` string
    - `name_en` string
    - `country` string
    - `default` boolean
    - `is_chargeable` boolean
    - `available` boolean
    - `rounded` boolean

---

[API](https://skmtc.net/piriod/apis/piriod-api.md) · [All operations](https://skmtc.net/piriod/apis/piriod-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/piriod/piriod-api/revisions/70cbc827dc7b/schema)
