---
title: "Get an exchange rate"
method: GET
path: "/currency-exchanges"
---

# Get an exchange rate

`GET /currency-exchanges`

Get the exchange rate between two currencies.

## Query parameters

- `from` string, required
- `to` string, required

## Response `200`

200

- object
  - `from` string
  - `to` string
  - `rate` number

---

[API](https://skmtc.net/dlocal/apis/payins.md) · [All operations](https://skmtc.net/dlocal/apis/payins/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dlocal/payins/versions/d87e090020f9/schema)
