---
title: "List currencies"
method: GET
path: "/api/v2/currency/"
tags: ["items"]
---

# List currencies

`GET /api/v2/currency/`

Currencies used to buy items.

## Query parameters

- `limit` integer
- `offset` integer
- `q` string

## Response `200`

- PaginatedCurrencySummaryList
  - `count` integer, required
  - `next` string, uri, nullable
  - `previous` string, uri, nullable
  - `results` CurrencySummary[], required
    - `name` string, required
    - `url` string, uri, required

## Changes

- **2026-08-08** `0bfa5b75c167` — 1 breaking, 2 info
  - the `results/items/` response's property type/format changed from ``/`` to `object`/`` for status `200`
  - added the required property `results/items/name` to the response with the `200` status
  - added the required property `results/items/url` to the response with the `200` status
- **2026-08-08** `fe58d471586f` — 3 breaking
  - the `results/items/` response's property type/format changed from `object`/`` to ``/`` for status `200`
  - removed the required property `results/items/name` from the response with the `200` status
  - removed the required property `results/items/url` from the response with the `200` status
- **2026-08-04** `575d45e6ddc1` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/pokeapi/apis/poke-api/changes/api/v2/currency/get.md)

---

[API](https://skmtc.dev/pokeapi/apis/poke-api.md) · [All operations](https://skmtc.dev/pokeapi/apis/poke-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pokeapi/poke-api/revisions/05e384460041/schema)
