---
title: "Get list of currency exchange rates"
method: GET
path: "/currency-exchange-rate"
tags: ["Currency exchange rates"]
---

# Get list of currency exchange rates

`GET /currency-exchange-rate`

## Headers

- `X-Request-ID` string

## Response `200`

OK

- object[]
  - `iso3` string, ISO3 — Currency of operation in ISO3 format
  - `usdPerUnit` number, double
  - `unitPerUsd` number, double

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `500` — Internal Server Error

---

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