---
title: "GET /currencies"
method: GET
path: "/currencies"
tags: ["Currency"]
---

# GET /currencies

`GET /currencies`

## Get currencies

 Get all currencies available

## Query parameters

- `authorization` string, required

## Response `200`

Array of Currency model instances

- object[]
  - `id` number
  - `cc` string
  - `name` string
  - `symbol` string

---

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