---
title: "List Currencies"
method: GET
path: "/billing/org/v1/currencies"
tags: ["currencies"]
---

# List Currencies

`GET /billing/org/v1/currencies`

Retrieve a list of `Currency` objects.

You can use query parameters to filter, sort, and paginate the results.

## Query parameters

- `currency_char_code` string[]
- `currency_id` string[]
- `limit` integer
- `name_en` string
- `offset` integer
- `ordering` string[]

## Response `200`

Request successful.

- PaginatedCurrencyForOrgList
  - `count` integer, required
  - `next` string, uri, nullable
  - `previous` string, uri, nullable
  - `results` CurrencyForOrg[], required
    - `id` integer, required
    - `char_code` string, required — Currency iso4217 char code
    - `number_code` integer, nullable — Currency iso4217 number code
    - `name_en` string, required — Currency name english
    - `symbol` string, nullable — Currency symbol, for example '$'

## Other responses

- `401` — Authentication credentials were not provided or are invalid.
- `403` — You do not have permission to perform this action.

---

[API](https://skmtc.dev/g-core/apis/gcore-openapi.md) · [All operations](https://skmtc.dev/g-core/apis/gcore-openapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/g-core/gcore-openapi/revisions/09e652815095/schema)
